Peppuss / spotify_download_bot

Telegram bot to download songs from spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify download bot

A telegram bot for downlaoding spotify playlist songs on telegram.

How to setup on heroku

  1. Create a telegram bot using bot father
  2. Create account on heroku.com
  3. Create a new application on heroku
  4. fork this repository
  • To deploy bot on heroku there are two methods (CLI and Web), we use the heroku.com way:
  1. In your application on heroku go to deploy tab and choose Github on deployment method
  2. Select this repository you forked there and choose deploy from master option
  3. Then go to settings tab on heroku and add two vars to config vars:
  • APP_NAME: name of the app you created on heroku
  • TOKEN: your telegram bot token)
  1. From top right of the page select more options and restart all dynos

About

Telegram bot to download songs from spotify

License:MIT License


Languages

Language:Python 96.9%Language:Dockerfile 3.1%