mavnt / tm_album_exporter

Bulk download Telegram albums.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Album Exporter

  1. Create your own bot

  2. Clone this repository

    1. git clone https://github.com/mavnt/tm_album_exporter && cd tm_album_exporter
  3. Create your virtual environment

    1. python3 -m venv venv
      source venv/bin/activate
      pip3 install -r requirements.txt
  4. Run the bot specifying your token as follows:

    1. token='YOUR-TOKEN-HERE' python3 bot.py
  5. Forward to your own bot the album you want to save

  6. Get the images from your bot folder

About

Bulk download Telegram albums.

License:MIT License


Languages

Language:Python 100.0%