kyemets / insta-save-telegram-bot

telegram bot for anonymous browsing and downloads of instagram stories

Home Page:https://t.me/igsavetgbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insta-save-telegram-bot based on aiogram and instaloader

telegram bot can be tested here


Installation

  1. Clone this repo: git clone https://github.com/kyemets/insta-save-telegram-bot.git

  2. 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

  1. Install dependencies with requirements.txt
  2. Run python bot.py

Environment variables

  • TOKEN — Telegram bot token
  • USERNAME — Instagram username account
  • PASSWORD — Instagram password account

P.S. ⚠️ The bot does not work with closed instagram profiles ⚠️

License

MIT — use for any purpose.

About

telegram bot for anonymous browsing and downloads of instagram stories

https://t.me/igsavetgbot


Languages

Language:Python 100.0%