Create a bot talking to @BotFather in Telegram.
Create a bot.token file with the bot token provided by @BotFather, for example:
echo "<bot_token>" > bot.tokenCreate a client.token with the client ID and client secret from an spotify APP, the format should be:
echo -n "<client_id>:<client_secret>" | base64 -w 0 > client.tokenCreate a release with:
make releaseStart the bot with:
make startTo attach to the bot execute:
make attachTo stop the bot execute:
make stop