Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 408 Bytes

CPUBot

This repository contains the source code to the CPU discord bot, as well as the source code for join.cpu.party.

Note that all login credentials and database records are put in .gitignore. So you cannot run the code directly if you simply clone the repository.

The code requires Python3.6 or above. In addition, the following libraries are required:

  • discord.py 1.0.0a
  • django 2.1
  • requests