Amazon Autonomous Bot

Amazon Autonomous Bot

Description:

The Amazon autonomous bot gathers information on listed products on Amazon.com. The information that the bot scrapes is the price, link, and item name. After the bot finishes scraping, a google spreadsheet is updated with the information gathered and an email is sent after the completed scrape.

Dependencies:

Python Modules:

selenium>=3.11.0
requests>=2.19.1
bs4==0.0.1
oauth2client==4.1.3
gspread==3.1.0
re (default)
time (default)
smtplib (default)

Other:

Google Sheets API
Google Authentication API

Download Code Here