Skip to content

popa3/chatbot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 27 commits behind soperd:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 2, 2018 17:05
November 1, 2018 20:47
November 2, 2018 17:05
November 5, 2018 18:32
November 5, 2018 18:32
November 5, 2018 18:32
October 22, 2018 13:39
October 22, 2018 12:16
October 31, 2018 21:06
November 11, 2018 02:17

Discord Chatbot

Does some stuff. It's cool. Believe me. :^)

Requirements

Because this bot uses async/await keywords, please use Python 3.5 or higher. To install this for Codio, create a new Python 3 project and install the python3.5-dev package using sudo apt-get update && sudo apt-get install python3.5-dev.

You can install all requirements by running sudo pip3 install -r requirements.txt

It is recommended to use virtualenv and create your own python3.5 environment

Configuration

To configure the bots, rename config.example.json to config.json. Each bot has its own configuration section, usually with a token and a list of services it can use.

Configuration for services are in the services section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 99.1%
  • Shell 0.9%