All Projects → kabirvirji → Spotify Bot

kabirvirji / Spotify Bot

Spotify Messenger Bot

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spotify Bot

Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+1958.33%)
Mutual labels:  bot, facebook-messenger-bot, messenger, facebook
Fbmessenger Node
FB messenger for node
Stars: ✭ 52 (+333.33%)
Mutual labels:  bot, messenger, facebook
Fb Messenger Bot
A starter Facebook Messenger Bot built in Python
Stars: ✭ 427 (+3458.33%)
Mutual labels:  bot, facebook-messenger-bot, facebook
Messenger4j
A Java library for building Chatbots on the Facebook Messenger Platform - easy and fast.
Stars: ✭ 199 (+1558.33%)
Mutual labels:  bot, messenger, facebook
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (+1141.67%)
Mutual labels:  bot, messenger, facebook
Bootbot
Facebook Messenger Bot Framework for Node.js
Stars: ✭ 886 (+7283.33%)
Mutual labels:  bot, messenger, facebook
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+4733.33%)
Mutual labels:  bot, messenger, facebook
Chatblocks
Declarative Messenger chatbot framework
Stars: ✭ 48 (+300%)
Mutual labels:  facebook-messenger-bot, messenger, facebook
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (+1775%)
Mutual labels:  bot, messenger, facebook
Facebooktoolkit
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
Stars: ✭ 227 (+1791.67%)
Mutual labels:  bot, facebook-messenger-bot, facebook
Smd
Spotify Music Downloader
Stars: ✭ 822 (+6750%)
Mutual labels:  spotify-api, bot, spotify
Node Fb Messenger
✉️ Facebook Messenger Platform Node.js API Wrapper
Stars: ✭ 206 (+1616.67%)
Mutual labels:  bot, messenger, facebook
messenger
💬 A PHP library for Facebook Messenger
Stars: ✭ 53 (+341.67%)
Mutual labels:  facebook, messenger, facebook-messenger-bot
Facebook Messenger
Definitely the best way to make Bots on Facebook Messenger with Ruby
Stars: ✭ 927 (+7625%)
Mutual labels:  bot, messenger, facebook
Terminal On Fb Messenger
Allows user to take full control of the terminal of their computer through Facebook's messaging service.
Stars: ✭ 410 (+3316.67%)
Mutual labels:  messenger, facebook
Vue Spotify
Spotify client built with vue.js / vuex
Stars: ✭ 407 (+3291.67%)
Mutual labels:  spotify-api, spotify
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+3325%)
Mutual labels:  messenger, facebook
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+31591.67%)
Mutual labels:  bot, messenger
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+3908.33%)
Mutual labels:  bot, facebook-messenger-bot
Chat app
A flutter chat app built with firestore. It is clone of messenger.User can create stories,chat and search in real time.
Stars: ✭ 493 (+4008.33%)
Mutual labels:  messenger, facebook

Spotify Messenger Bot

With this bot you'll be able to control Spotify through Facebook Messenger.

Although each bot is linked to a specific user, anyone can message the bot and it can be added to group chats.
This makes it great for parties and events because anyone can play a song!

Watch the Demo

requirments

  • Node.js
  • Homebrew
  • Spotify account
  • Alternate Facebook account

usage

First start by creating an alternate Facebook account for the bot.
This is the account you will be interacting with.

  1. git clone https://github.com/kabirvirji/spotify-bot.git
  2. npm install
  3. brew install shpotify
  4. Generate Spotify API keys at https://developer.spotify.com/my-applications
  5. Create a config.json after generating Spotify API keys
{
  "login": "",
  "password":"",
  "spotifyid": "",
  "spotifysecret": "",
  "username": ""
}
  1. npm start
  2. Start playing music!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].