insta-save-telegram-bot based on aiogram and instaloader
telegram bot can be tested here
-
Clone this repo:
git clone https://github.com/kyemets/insta-save-telegram-bot.git
-
Install Aiogram
$ pip install -U aiogram
$ pipenv install aiogram
aiogram is also available in Arch Linux Repository, so you can install this framework on any Arch-based distribution like Arch Linux, Antergos, Manjaro, etc. To do this, just use pacman to install the python-aiogram package:
$ pacman -S python-aiogram
$ pip3 install instaloader
- Install dependencies with
requirements.txt
- Run
python bot.py
TOKEN
— Telegram bot tokenUSERNAME
— Instagram username accountPASSWORD
— Instagram password account
MIT — use for any purpose.