Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kartikmehta8/pynsta-scraper

A Selenium-based Web Scraper that is capable of fetching/downloading instagram images. A user can search images based on tags like memes, cats, dogs, quotes etc. Use pynsta-scraper in your next ML/DL/DS project.
https://github.com/kartikmehta8/pynsta-scraper

instagram-scraper requests selenium-python webscraper

Last synced: 4 days ago
JSON representation

A Selenium-based Web Scraper that is capable of fetching/downloading instagram images. A user can search images based on tags like memes, cats, dogs, quotes etc. Use pynsta-scraper in your next ML/DL/DS project.

Awesome Lists containing this project

README

        


BANNER

**PYNSTA-SCRAPER** is a Selenium-based Web Scraper that is capable of fetching/downloading instagram images within a couple of seconds. A user can search images based on `tags` like memes, cats, dogs, morning, quotes etc.

#### Dependent Libraries
- Selenium
- Requests
- Shutil
- Time
- Gecko Webdriver

#### Use cases
- Model Training in ML/DL Domain
- Instagram Web Scraping for Recent Images
- Tag-based Scraping
- Selenium Automation
- In Data Science

#### Resources
- **[pynsta-scraper DEMO](https://www.youtube.com/watch?v=_R8zZEtjUKU)**
- [Configure Gecko for Selenium](https://www.youtube.com/watch?v=nT4yWzCtL2M)
- [Web Scraping with Selenium](https://towardsdatascience.com/how-to-use-selenium-to-web-scrape-with-example-80f9b23a843a)

```
Note: You must have pre-installed Python & Firefox in order to run this script.
```