https://github.com/eriknyquist/chatbot_builder
A discord chat bot that is programmed interactively by discord users
https://github.com/eriknyquist/chatbot_builder
chat-bot chatbot chatbots discord discord-bot python
Last synced: 2 months ago
JSON representation
A discord chat bot that is programmed interactively by discord users
- Host: GitHub
- URL: https://github.com/eriknyquist/chatbot_builder
- Owner: eriknyquist
- Created: 2020-07-25T00:31:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T19:15:32.000Z (almost 6 years ago)
- Last Synced: 2025-06-12T03:09:52.682Z (about 1 year ago)
- Topics: chat-bot, chatbot, chatbots, discord, discord-bot, python
- Language: Python
- Homepage: https://ekn.io
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Chatbot Builder: a discord chatbot
----------------------------------
A discord bot that is programmed through commands sent in discord messages by
discord users. You can invite this bot to a server and teach it to say whatever you like!
The bot will see all messages in all channels within the server you invite it to.
Any message starting with '%' is assumed to be a command. If a message does not
start with '%', the bot will assume it is conversational text and will respond,
if has any appropriate responses programmed.
Run the '%help' command to get started with available commands to program the bot.
Install
-------
Install with pip:
::
python3 -m pip install chatbot_builder
Usage
-----
#. Set the environment variable ``DISCORD_BOTBUILDER_TOKEN`` to the API token for your
discord bot application.
#. Run the discord client:
::
python3 -m chatbot_builder.clients.discord_client
#. The bot should now be online in any servers that you have invited it to