A Python web scraper built using BS4 and Selenium
Clone the git repository:
$ git clone https://github.com/nirantak/scraper.git && cd scraper
Install necessary dependencies
$ pip install -U pip pipenv
$ pipenv install --dev
Fill all variables in the top # Config section.
Run script
$ pipenv run ticket
Rename file sample.env as .env, and fill all environment variables (username, password).
Run script
$ pipenv run instagram