Skip to content

Instantly share code, notes, and snippets.

View jvillama's full-sized avatar

Josh Villamarzo jvillama

View GitHub Profile
@CodeWithHarry
CodeWithHarry / Source code for Amazon Reviews Extraction
Created July 10, 2022 06:50
The code we wrote for the Amazon review extraction videos on CodeWithHarry and ProgrammingWithHarry YouTube channels
import requests
import pandas as pd
from bs4 import BeautifulSoup
import random
reviewlist = []
def getRandomProxy():
# Using Proxy