Telegram bot for collecting stickers and photos for further printing.
To launch and use the bot, you need to follow these steps:
The bot requires the Telebot and PIL libraries to work. You can install them using the following command:
pip install pyTelegramBotAPI Pillow- Create a
credentialsfolder. - Inside the
credentialsfolder, create a file namedtoken.txt. - Save your Telegram bot token in the
token.txtfile. You can obtain a token from BotFather on Telegram.
To launch the bot, run the following command:
python main.pyMake sure you are in the project's root directory before running this command.