Skip to content

nirantak/scraper

Repository files navigation

Scraper

A Python web scraper built using BS4 and Selenium

Table of Contents

Installation

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

Usage

Ticket Price Scraper

Fill all variables in the top # Config section.

Run script

$ pipenv run ticket

Instagram Followers Scraper

Rename file sample.env as .env, and fill all environment variables (username, password).

Run script

$ pipenv run instagram

Requirements

  1. Python 3.7.3
  2. ChromeDriver