Telegram Sticker Downloader is a Telegram bot designed to download both static and animated stickers from Telegram. This bot runs in a Docker container and can be easily deployed and run on a Linux system.
Follow these steps to run Telegram Sticker Downloader on a Linux system:
Install Docker and Docker Compose (if not already installed):
Clone the Project Repository:
Use the following command to clone the project code to your local machine:
git clone https://github.com/littlebear0729/telegram_sticker_downloader.git
cd telegram_sticker_downloader
Configure Bot Token:
Copy the config.sample.json
file and rename it to config.json
:
cp config.sample.json config.json
Edit the config.json
file in a text editor and update it with your Telegram Bot Token and user IDs for the admin and whitelist fields
Build the Docker Container:
In the project root directory, run the following command to build the Docker container:
docker-compose build
Start the Telegram Bot:
Run the following command to start the Telegram Bot:
docker-compose up -d
The bot will run in the background, and you can interact with it via Telegram.