Go to file
blackfur 4c3d68246c Added progress counter for downloading 2021-02-16 18:46:24 +01:00
chatlogs Re-added example chatlog 2021-01-21 17:30:50 +01:00
.gitignore Added more Temporary project files to .gitignore, Added notification in the console when the bot is ready 2021-01-21 17:26:20 +01:00
LICENSE Create LICENSE 2021-01-12 19:57:05 +01:00
README.md Fixed more allignments 2021-01-31 18:11:27 +01:00
config.yml Fixed corpus in config.yml 2021-01-22 19:00:19 +01:00
requirements.txt Added requirements.txt and explanations 2021-01-22 17:39:30 +01:00
run.py Added progress counter for downloading 2021-02-16 18:46:24 +01:00

README.md

SheepBotFrame

Simple Program to run custom AI Bots on Discord

How to install

git clone https://github.com/TheBlackfurGuy/SheepBotFrame.git
cd SheepBotFrame
pip install -r requirements.txt

How to set up

Edit the config.yml file to your likings.
Change "botname" to the name of the bot (currently has no effect)
Change "filterpings" to false if you don't want to have pings filtered out.
Change "excludeprefix" to set the text sequence that will hide a message from the bot
Change "usechannels" to the IDs of the channels the bot should react in
Change "trainchannels" to the channel IDs and ammounts the bot should download
Change "corpus" to all the corpus the bot should train
Change "token" to the Bots token

How to run

This will give you all information you need to get started.

python3 run.py --help