Spotify service bot for Telegram written in Node.js as seen live at @musifybot.
It can help users find and share music on Spotify by (@)mentioning it in any chat just as much as the built-in @youtube bot.
- Simply run
npm installwith Node.js v7 installed - Update
.botifyrcwith your generated Telegram & Spotify tokens - Bare in mind this script is using ES7 features, thus
--harmonyflag is required (as of March 2017)
- Telegram API - https://core.telegram.org/bots
- Spotify Web API - https://developer.spotify.com/web-api/
- node-telegram-bot-api - https://github.com/yagop/node-telegram-bot-api
- spotify-web-api-node - https://github.com/thelinmichael/spotify-web-api-node