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
- Host: GitHub
- URL: https://github.com/hachreak/scraper
- Owner: hachreak
- License: other
- Created: 2019-01-23T10:42:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T14:53:16.000Z (about 4 years ago)
- Last Synced: 2025-04-09T15:57:17.902Z (6 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! :)