https://github.com/basemax/instagramseleniumhashtagimagepython
Instagram Selenium Python: A selenium-based crawler to extract images from special hashtags on Instagram.
https://github.com/basemax/instagramseleniumhashtagimagepython
crawler crawler-python crawlers instagram python python-selenium selenium selenium-python
Last synced: about 1 month ago
JSON representation
Instagram Selenium Python: A selenium-based crawler to extract images from special hashtags on Instagram.
- Host: GitHub
- URL: https://github.com/basemax/instagramseleniumhashtagimagepython
- Owner: BaseMax
- Created: 2022-03-25T22:46:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T18:55:45.000Z (about 4 years ago)
- Last Synced: 2025-10-25T11:57:29.336Z (8 months ago)
- Topics: crawler, crawler-python, crawlers, instagram, python, python-selenium, selenium, selenium-python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Selenium Hashtag Image Python
A **selenium-based** **crawler** to extract images from special hashtags on **Instagram**.
## Config Instagram crawler
You need to put your **Instagram account** to `app.py`. Also, you are able to set up another **hashtag** for exploring.
```
USERNAME = "max.base"
PASSWORD = "xxxxxxxxxxxxxxxxxx"
KEYWORD = "#python"
```
## Using
```
$ python app.py
```
### Authors
- Max Base
- Sow
## Sources
- https://github.com/mozilla/geckodriver/releases
- https://www.selenium.dev/downloads/
- https://github.com/mozilla/geckodriver