An open API service indexing awesome lists of open source software.

https://github.com/switchswap/cakebot

Simple modular discord bot.
https://github.com/switchswap/cakebot

anilist bot cakebot discord-py discordapp python

Last synced: 5 months ago
JSON representation

Simple modular discord bot.

Awesome Lists containing this project

README

          

# CakeBot
🍰 A simple modular discord bot written in python. Designed to be easily extensible for quick projects!

## Installation
1. Install or confirm that you have `python 3.6` or higher
2. Install dependencies listed below (these should cover the modules in this repo)
3. Rename `config.example.py` to `config.py` and fill it out
- Your bot token can be retrieved or generated [here](https://discord.com/developers/applications)
4. Run bot.py
- Eg: `python3 bot.py`

## Dependencies
Dependencies can vary by module but the main ones are:
- [discord.py](https://github.com/Rapptz/discord.py)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/)
- [psutil](https://github.com/giampaolo/psutil)