Skip to content

A Python Flask based application for large scale tracking of students progress across multiple Replit classes (Teams).

License

Notifications You must be signed in to change notification settings

gbaman/classroom-repl-it-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom Tracker for repl.it Classroom

A basic Python Flask web app to help with tracking student progress across multiple replit.com for Edu Teams.
In addition, a basic email reminder system is included for incomplete/outstanding exercises.

Setup

  1. Clone the repository.
  2. Install the requirements (in the repl_tracker folder) pip install -r requirements.txt
  3. Copy config_example.py to config.py and add in your team IDs (from repl.it URLs). Note exercises must follow the following format 1.1 - Name of exercise.
  4. Launch the app with python3 app.py
  5. Navigate to http://127.0.0.1:5000.
  6. Log in with your normal repl.it credentials (or use the old login method option).

About

A Python Flask based application for large scale tracking of students progress across multiple Replit classes (Teams).

Resources

License

Stars

Watchers

Forks