Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendseeker/big_ben
A discord bot that spams "BONG" for every 30 seconds. Inspired by telegram Bot Big Ben
https://github.com/friendseeker/big_ben
discord-bot heroku python
Last synced: 24 days ago
JSON representation
A discord bot that spams "BONG" for every 30 seconds. Inspired by telegram Bot Big Ben
- Host: GitHub
- URL: https://github.com/friendseeker/big_ben
- Owner: Friendseeker
- License: gpl-3.0
- Created: 2021-07-04T01:50:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T17:26:14.000Z (over 3 years ago)
- Last Synced: 2024-10-28T20:34:43.339Z (2 months ago)
- Topics: discord-bot, heroku, python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BIG BEN
A discord bot that spams "BONG" for every 30 seconds. Inspired by telegram Bot Big Ben
Heroku configs are attached for easy cloud deployment
## Tech Stack
- discord.py
- Heroku (CI)## TODO
- Detailed bot setup instruction
- Command Line support
- /info command to display number of messages bot displayed
- /schedule \[message\] \[interval\] \[OPTIONAL: start_time\] \[OPTIONAL:channel_id\] command to task bot to send message
starting at user designated time in user designated intervals.(Note: when channel_id is not specified, take the channel for which the command is sent)
- /list command to view bot tasks with task id.
- /remove \[id\] to remove the task corresponding to the id.
- /classic \[OPTIONAL:channel_id\] that adds a custom BONG task, for which it sends message "BONG BONG BONG..." in the channel
every hour, for which the number of BONGS depend on current hour in London Time. (e.g. "BONG" at 1:00 AM/PM London,
"BONG BONG BONG" at 3:00 AM/PM)
- Unit tests