miloszowi / lastfm-collage-telegram-bot

Telegram bot that generates lastfm collage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LastFM collage generator telegram bot

Installation

copy the env file

cp .env .env.local

enter your BOT_TOKEN variable received from BotFather into env file

echo "your bot token here" >> .env.local

run the bot

python -m venv venv
source venv/bin/activate

pip install .
run-bot

About

Telegram bot that generates lastfm collage

License:MIT License


Languages

Language:Python 100.0%