Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 491 Bytes

Social scraper.

Implemented scraper:

  • Twitter: using selenium.
  • Instagram: using API.

Install gecko driver

Download from Gecko Driver page the driver.

Unzip inside the data/driver directory the geckodriver executable.

Export from console the driver path:

git clone https://github.com/hachreak/scraper.git
cd scraper
export PATH=$PATH:`pwd`/data/driver

Now you are ready to run the scraper! :)