https://github.com/mgmadvance/rockeira-ai
Rockeira is a bot for Discord using machine learning
https://github.com/mgmadvance/rockeira-ai
discord-bot machine-learning python server study
Last synced: 10 months ago
JSON representation
Rockeira is a bot for Discord using machine learning
- Host: GitHub
- URL: https://github.com/mgmadvance/rockeira-ai
- Owner: MGMAdvance
- License: gpl-3.0
- Created: 2018-02-10T00:11:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T01:28:52.000Z (over 8 years ago)
- Last Synced: 2025-02-21T19:44:46.357Z (over 1 year ago)
- Topics: discord-bot, machine-learning, python, server, study
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rockeira-AI
[](https://github.com/MGMAdvance/Rockeira-AI/blob/master/LICENSE) []() [](https://goo.gl/jdEoHo)
## What is this?
[Rockeira](https://goo.gl/jdEoHo) is a [bot for Discord](https://discordapp.com/developers/docs/intro) using machine learning ([ChatterBot](http://chatterbot.readthedocs.io/en/stable/)) to learn how to interact with the user.
## Requirements
All requirements are in [requirements.txt](https://github.com/MGMAdvance/Rockeira-AI/blob/master/requirements.txt)
* Python 3.X
* [ChatterBot](https://github.com/gunthercox/ChatterBot)
* [Discord.Py](https://github.com/Rapptz/discord.py)
## How to use?
* Insert your [token](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) on the last line of `rock.py` :
```python
client.run('YOUR TOKEN')
```
* Add your bot in your server and run `rock.py` in your bash.
## Disclaimer
### Data collect
If you want to add [Rockeira](https://goo.gl/jdEoHo) to your server remember that it is still in the learning phase and needs data, once inserted in your server it will be taking the conversations (only new conversations after inserted to your server) for educational purposes. If this bothers you, feel free to make your version.
### [Add Rockeira in your server](https://goo.gl/jdEoHo)