#Suggestion
If you don't want to install CB yourself, you can ask the existing one to join your server. This way you get automatic updates and instant access to it's creator and what have you. Just join here: https://discord.gg/0iLJFytdVRBR1vgh
#Prerequisites
Install the Async branch of Discord.py.
For YouTube functionality, install the YouTube API Python Library.
#Download
Download the latest version of CacoBot and place it in a folder by itself.
#Configuration
Create a folder called configs with these two files, filling in any necessary information:
configs/config.json
{
"email" : "email@address.com",
"password" : "This is your bot password.",
"youtube" : {
"DEVELOPER_KEY" : "Put your YouTube developer key here. Change the request limits if you feel like it. ['youtube']['request_limit'] is the max amount of videos that can be recieved. ['log_request_limit'] is the max amount of messages .log can retrieve.",
"API_SERVICE_NAME" : "youtube",
"API_VERSION" : "v3",
"request_limit" : 5
},
"log_request_limit" : 50
}
configs/tags.json
{
"orangestars-tag": {
"tag": "This tag belongs to Orangestar in the CacoServer server!",
"server": "128043020418285568",
"owner": "88401933936640000"
},
"nobodys-tag": {
"tag": "This is an orphaned tag, and anyone can claim it!",
"server": "None",
"owner": "None"
}
}
#Activation
Run main.py in Python 3.
Congratulations, you have a CacoBot.