Skip to content

Instantly share code, notes, and snippets.

View AnthonyAmanse's full-sized avatar

Anthony Amanse AnthonyAmanse

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Written as part of https://www.scrapehero.com/how-to-scrape-amazon-product-reviews-using-python/
from lxml import html
import json
import requests
import json,re
from dateutil import parser as dateparser
from time import sleep