insta-save-telegram-bot
insta-save-telegram-bot copied to clipboard
telegram bot for anonymous browsing and downloads of instagram stories
insta-save-telegram-bot based on aiogram and instaloader
telegram bot can be tested here
Installation
-
Clone this repo:
git clone https://github.com/kyemets/insta-save-telegram-bot.git -
Install Aiogram
Aiogram
Using PIP
$ pip install -U aiogram
Using Pipenv
$ pipenv install aiogram
Using Pacman
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
Instaloader
Install
$ pip3 install instaloader
Local launch
- Install dependencies with
requirements.txt - Run
python bot.py
Environment variables
TOKEN— Telegram bot tokenUSERNAME— Instagram username accountPASSWORD— Instagram password account
P.S. ⚠️ The bot does not work with closed instagram profiles ⚠️
License
MIT — use for any purpose.