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.
- Host: GitHub
- URL: https://github.com/switchswap/cakebot
- Owner: switchswap
- License: gpl-3.0
- Created: 2018-08-10T22:13:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T04:05:53.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:12:42.045Z (over 2 years ago)
- Topics: anilist, bot, cakebot, discord-py, discordapp, python
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)