website title image

👉 Discord Bot implemented in Python 👈

pycontributors logo

Features

Invite Cybel into your server

Report a Bug

How to use/test

Server testing

Run with Docker

Documentation is in progress

Run locally

  1. Create .env file in root directory and add the following variables. Sample Env file is here
DISCORD_TOKEN: Discord bot token [get it from here](https://discord.com/developers/applications)
WEATHER_API_KEY= OpenWeatherMap API key [get it from here](https://openweathermap.org/api)
DATABASE_URL=postgres://username:password@localhost:5432/database_name
  1. Create a virtual environment and install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Run the bot
python3 bot.py
optional arguments:
  -h, --help   show this help message and exit
  -d, --debug  Debug mode

Beta Version

beta version deprecated in 1.0.0 release. It will be removed in v2.0.0 release.

Upcoming Feature

Changelog

check CHANGELOG.md for changelog of each release.

Suggestion/Feedbacks

Maintainers 😎

Social Channel 💻 - Connect with like minded people

License

Built by Developers built with love