An open API service indexing awesome lists of open source software.

https://github.com/hachreak/scraper

Scrape social networks posts
https://github.com/hachreak/scraper

Last synced: 4 months ago
JSON representation

Scrape social networks posts

Awesome Lists containing this project

README

          

Social scraper.
===============

Implemented scraper:

- Twitter: using selenium.
- Instagram: using API.

### Install gecko driver

Download from [Gecko Driver](https://github.com/mozilla/geckodriver/releases)
page the driver.

Unzip inside the `data/driver` directory the `geckodriver` executable.

Export from console the driver path:

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

Now you are ready to run the scraper! :)