Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.19 KB

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.