kurzgesagt-in-a-nutshell / birdbot

A multipurpose bot for the kurzgesagt discord server
GNU General Public License v3.0
20 stars 4 forks source link


Bird Bot
Bird Bot

The almighty and powerful Bird Bot helps run the Kurzgesagt discord server like a well oiled machine

➡️ Getting Started

⚙️ Prerequisites

📦 Installation

Follow these steps to get the bot up and running in your system

# clone the repository
git clone https://github.com/kurzgesagt-in-a-nutshell/kurzgesagtbot

# install virtualenv if you haven't already (Or use another Virtual Environment manager)
pip install virtualenv

# Setup a venv
python3.11 -m venv birdbot
source birdbot/bin/activate

# install the dependencies
pip install -r requirements.txt

If you need additional help you may join our Discord Server

🤲 Contributing

Please read our contributor guidelines here before contributing

Before submitting a pull request please ensure you conform to our PyRight standards and be sure to use ISort import sorter and the Black code formatter. Run these commands (preferably in the given order) and make sure they do not throw any errors:

pyright .
isort .
black .