REPOSITORY OVERVIEWLive repository statistics
★ 17Stars
⑂ 16Forks
◯ 1Open issues
◉ 17Watchers
26/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
0 Community adoption25% weight
26 Maintenance state20% weight
0 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Features
- Admin Commands for server management with powerful moderation
- Stay connected every time with 99% uptime
- Custom welcome message for each user when joining
- Separate DM message upon joining the server\
- Postgres Database for storing data
- Utility async APIs
- Log Everything with embed message
- AutoMod - Delete offensive word automatically
- Use the bot to its full potential without ever annoying anyone
- Modern Pythonic API using async/await syntax
- Easy to use with an object-oriented design
- Optimized for both speed and memory
- Member can report misconduct, malicious behavior, or inappropriate content.
- Published and approved on Top.gg website. check [here]
(https://top.gg/bot/832137823309004800/invite)
- More Features coming soon...
Invite Cybel into your server
Report a Bug
How to use/test
Server testing
- if you want to test it in server please Use the Invite link here
Run with Docker
- 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
- Run the docker-compose command to run the bot
docker compose up -d
- See the docker logs
docker compose logs -f
Run locally
- 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
- Create a virtual environment and install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run the bot
python3 bot.py
Run in Debug Mode
python app.py -d
Beta Version
beta version deprecated in 1.0.0 release. It will be removed in v1.0.2 release.
Upcoming Feature
- Role Upgrade
- Reactions Roles
- Music bot feature(play music in voice channel from youtube)
- Add database to keep record of server's activity
- Admin can access server's activity
- Some new useful apis
remindme the bot remind you about something in future
- More features coming soon...
- please use discussion to suggest new features
Changelog
check changelog for full information
Supported Versions
Use this section to tell people about which versions of your project are
currently being supported with security updates.
| Version | Supported | Based on | Status |
|---|
| 2.0.0 | :white_check_mark: | Discord.py v2.0.1 | Not Stable |
| 1.0.2 | :white_check_mark: | Discord.py v1.7.3 | Stable |
V2.0.0 Release
v1.0.2 Release (19/12/2021)
V1.0.1 Release (14/12/2021)
v1.0.0 Release (12/12/2021)
Under Review Features
- one command role assignment to all members: (under review)
- send dm message to all member in server: (under review)
Support Here
Author
Suggestion/Feedbacks
Maintainers 😎
Social Channel 💻 - Connect with like minded people
License