All Projects → tafarelyan → music-bot

tafarelyan / music-bot

Licence: GPL-3.0 license
Download music and play on Telegram for free

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to music-bot

instachatbot
Simple framework for building Instagram chat bots with menu driven interface
Stars: ✭ 17 (-66.67%)
Mutual labels:  chatbot
contextualSpellCheck
✔️Contextual word checker for better suggestions
Stars: ✭ 274 (+437.25%)
Mutual labels:  chatbot
siPintar
Indonesian Chatbot built by Multi Layer Perceptron(Neural Network)
Stars: ✭ 37 (-27.45%)
Mutual labels:  chatbot
bot-dialogflow
A BotUI web app connected to DialogFlow
Stars: ✭ 47 (-7.84%)
Mutual labels:  chatbot
brain
Brain is a system to model, create and manage the knowledge base of chatbots based on AIML technology.
Stars: ✭ 18 (-64.71%)
Mutual labels:  chatbot
twitch-bot-tutorial
Official repo of the "Building a Python Twitch bot (2020)" series.
Stars: ✭ 21 (-58.82%)
Mutual labels:  chatbot
rasa-agent-bot-demo
A sample Implementation of agent bot APIs in chatwoot using rasa
Stars: ✭ 21 (-58.82%)
Mutual labels:  chatbot
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-35.29%)
Mutual labels:  chatbot
botter
🤖 Build Amazing Telegram Bots with PHP
Stars: ✭ 24 (-52.94%)
Mutual labels:  chatbot
nlp-dialogue
A full-process dialogue system that can be deployed online
Stars: ✭ 69 (+35.29%)
Mutual labels:  chatbot
Xpersona
XPersona: Evaluating Multilingual Personalized Chatbot
Stars: ✭ 54 (+5.88%)
Mutual labels:  chatbot
go-aida
[DEPRECATED] wechat robot based on wechat-go(wechat web api)
Stars: ✭ 71 (+39.22%)
Mutual labels:  chatbot
turing
✨ 🧬 Turing AI - Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
Stars: ✭ 30 (-41.18%)
Mutual labels:  chatbot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+327.45%)
Mutual labels:  chatbot
Conversational-AI-Chatbot-using-Practical-Seq2Seq
A simple open domain generative based chatbot based on Recurrent Neural Networks
Stars: ✭ 17 (-66.67%)
Mutual labels:  chatbot
tf2-transformer-chatbot
Transformer Chatbot in TensorFlow 2 with TPU support.
Stars: ✭ 94 (+84.31%)
Mutual labels:  chatbot
tweetbot.sh
A bot program for Twitter, written in simple Bash script
Stars: ✭ 29 (-43.14%)
Mutual labels:  chatbot
GaymersBot
The bot that helps run the Gaymers Discord.
Stars: ✭ 20 (-60.78%)
Mutual labels:  chatbot
NLP-chatbot
A medical chatbot that asks patients about their health and books a doctor's appointment on demand.
Stars: ✭ 43 (-15.69%)
Mutual labels:  chatbot
automatron
Personal LINE bot to automate various tasks. Home automation, expense tracking, transaction monitoring
Stars: ✭ 139 (+172.55%)
Mutual labels:  chatbot

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

To use this bot, make a clone of this repository (it works better with virtualenv).

$ git clone https://github.com/ArrowsX/musicbot
$ cd musicbot

Install dependencies

$ pipenv shell && pipenv install

Get a bot token from @BotFather and replace YOUR-TOKEN in bot.py with the token you just got.

Run it:

$ python3 bot.py

License

This project is licensed under the GPLv3 License - see LICENSE for details.

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].