← Retour aux projets
Craft Code Club Discord Bot
#Craft & Code Club - Discord Bot
A Discord bot for the Craft & Code Club community with automated features and interactive commands.
#Features
- Welcome Messages: Greets new members with custom messages
- Rules Command: Display server rules and guidelines
- Community Events: Manage and notify about community events
- YouTube Live Scheduling: Automatically schedules public YouTube lives for eligible community events
#Steps to create a Discord Bot
- Create an application in Discord
- Setup Python environment
- Configure Environment Variables
- Setup YouTube Live Scheduling
#Configure Environment Variables
- Copy the example environment file:
cp .env.example .env
- Edit the
.envfile with your configuration:
#Install the required packages
pip install -r requirements.txt