Implemented scraper:
- Twitter: using selenium.
- Instagram: using API.
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! :)