Skip to content

A chat bot loaded with commands designed for use in Discord servers. The original can be found here, and can join your channel if you don't want to host your own copy: https://discord.gg/0iLJFytdVRBR1vgh

License

Notifications You must be signed in to change notification settings

ToransuShoujo/cacobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 Python 3.

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.

About

A chat bot loaded with commands designed for use in Discord servers. The original can be found here, and can join your channel if you don't want to host your own copy: https://discord.gg/0iLJFytdVRBR1vgh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%