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

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.

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