BaseMax / InstagramSeleniumHashtagImagePython
Instagram Selenium Python: A selenium-based crawler to extract images from special hashtags on Instagram.
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
