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: 4 months ago
JSON representation

Download anything from Instagram with this robot 📥

Lists

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 💙