A Discord Bot that reminds users an hour before for upcoming assignments.
still in the works...
Only functions for one server, as of now.
git clone https://github.com/JosChavz/CanvasBot.git
- Rename
example_keys.ini
tokeys.ini
in src/main/resources - Input your discord's bot Token next to
discord_keys
in keys.ini - Input your Canvas API token next to
canvas_keys
in keys.ini - Add your school URL looking alike
url
, replacing[school]
in keys.ini, plus add the Course ID replacing[course ID]
- ex:
url=https://miracosta.instructure.com/api/v1/courses/12345/assignments
- ex:
- Create a new private repl
- Under shell, write
git init
git add remote origin https://github.com/JosChavz/CanvasBot.git
git fetch --all
git pull origin master
- In the Main class that repl sets up by default, write
DiscordMain.main(args);
which will run the actual main.
- Start from #2 from Getting Started 🔼
- Make sure that the Always on, is on!
- Run it.