Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/pynsta-scraper
- Owner: kartikmehta8
- Created: 2022-06-18T07:43:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T08:17:30.000Z (over 2 years ago)
- Last Synced: 2024-11-15T17:40:09.428Z (2 months ago)
- Topics: instagram-scraper, requests, selenium-python, webscraper
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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.
```