Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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