https://github.com/undead-bacteria/my-instabot
Scraping and automating Instagram to get information.
https://github.com/undead-bacteria/my-instabot
instabot-py instagram-bot library python
Last synced: over 1 year ago
JSON representation
Scraping and automating Instagram to get information.
- Host: GitHub
- URL: https://github.com/undead-bacteria/my-instabot
- Owner: undead-bacteria
- Created: 2024-04-26T10:11:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T10:24:00.000Z (about 2 years ago)
- Last Synced: 2025-02-02T12:39:25.145Z (over 1 year ago)
- Topics: instabot-py, instagram-bot, library, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Library used: https://pypi.org/project/instaloader/
This code aims to achieve three objectives related to Instagram:
Profile Details Search: This feature allows you to scrape and retrieve information about a specific public Instagram profile.
Top Related Search (Profiles and Hashtags): With this functionality, you can automate the process of searching for top related profiles and hashtags based on a given input.
Download Posts of a Public Account: This feature enables you to automate the process of downloading posts from a public Instagram account. By providing the username of the account, you can scrape and download the posts, including images and videos, for offline access or further analysis.