Skip to content

makinteract/discord-grader-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Discord Bot

Send a direct private message to students with a bot to let them know about their scores.

To get started, add some participants (example here) and scores (example here) as excel files in the data folder.

Your participants' data should include the following columns: id, name, and discordID. Here is an example:

id name discord ID
1004 Linda 79217398712938712

Your score data should include the following columns: id and score. Example:

id score
1004 90

Optionally, you can add as many columns as you want with the score of parts of the homework.

Before you start

Make also create a .env file in the root folder and add your bot token. For example (an obviously fake token here...):

TOKEN=OTasdfasdfE2Mjkxasdfasdfw.Yhb4Cg.Hx_asdfasdfasdfasdf

About

A simple bot that send scores to students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published