A telegram bot for downlaoding spotify playlist songs on telegram.
- create a telegram bot using bot father
- Create account on heruko.com
- Create a new application on heroku
- fork this repository To deploy bot on heroku there are two methods(CLI and Web) we use the heroku.com way:
- in your application on heroku go to deploy tab and choose Github on deployment method
- Select this repository you forked there and choose deploy from master option
- 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)
- from top right of the page select more options and restart all dynos