Skip to content

A discord bot that can track due dates and send reminders.

Notifications You must be signed in to change notification settings

Harris-Ferguson/duedatebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duedatebot

a due date reminder bot for discord Create new Due-Dates, sort them by Course, and add what files you need to hand in!

Installing

Link to add to your server!

Contributing:

Dependancies:

You will need to install the following packages via pip:

  • discord
  • pymongo
  • dotenv

Setting up the Environment

After making sure you have the proper python packages, clone the repo. In the same directory as the codebase, create a file called .env, with the following content:

# .env
DISCORD_TOKEN=<Your discord bot token>
DB_PASS=<Your mongodb token>

For developing, you should create your own discord bot and test server to run it in. create your own cluster with MongoDB as well for testing.

What to do?

  • Writing Documentation (ESPECIALLY doctstrings)
  • Screenshots of commands in action (so we can put them on this page!)
  • Writing better help messages
  • Writing more interesting reply messaages
  • Coming up with ideas for commands
  • Adding command Aliases

Check out Issues for stuff you can help out with!

About

A discord bot that can track due dates and send reminders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages