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.initokeys.iniin src/main/resources - Input your discord's bot Token next to
discord_keysin keys.ini - Input your Canvas API token next to
canvas_keysin 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 initgit add remote origin https://github.com/JosChavz/CanvasBot.gitgit fetch --allgit 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.