Skip to content

akkarimi/scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! :)

About

Scrape social networks posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Smarty 1.5%