Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzashakeri/instagram-getter
Download anything from Instagram with this robot 📥
https://github.com/rzashakeri/instagram-getter
bot download-from-instagram download-post-instagram download-profile-instagram download-story-instagram instagram instagram-downloader instaloader profile-downloader python python-telegram-bot robot telegram telegram-bot telegram-robot
Last synced: 3 months ago
JSON representation
Download anything from Instagram with this robot 📥
- Host: GitHub
- URL: https://github.com/rzashakeri/instagram-getter
- Owner: rzashakeri
- Created: 2022-04-11T19:20:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:22:52.000Z (12 months ago)
- Last Synced: 2024-08-05T09:15:27.092Z (6 months ago)
- Topics: bot, download-from-instagram, download-post-instagram, download-profile-instagram, download-story-instagram, instagram, instagram-downloader, instaloader, profile-downloader, python, python-telegram-bot, robot, telegram, telegram-bot, telegram-robot
- Language: Python
- Homepage: https://t.me/instagetterbot
- Size: 11.1 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instagram downloader bot
Download anything from Instagram with this robot
write with instaloader and python-telegram-bot-library
## Usage/Examples
before run code install python-telegram-bot
```python
pip install python-telegram-bot
```
and install instaloader
```python
pip install instaloader
```
put your token telegrambot (that get @BotFather in telegram) in TOKEN variable```python
TOKEN = "your token"
```
put your user id in telegram in admin_id variable```python
admin_id = "your telegram user id"
```### run your bot and Download anything from Instagram
## good luck 💙