forked from jaytlang/ta2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (25 loc) · 688 Bytes
/
Copy pathREADME.txt
File metadata and controls
33 lines (25 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
============
ta2
============
Team assignment tool. Reads a CSV file
from resources/ and translates the team
assignments therein to entries in Canvas.
Currently designed to split users into
group categories by their tutorial.
To use, do
`pip install -r requirements.txt`
Then, in a python interpreter,
```
import vibes
vibes.vibes()
```
A few notes:
- you'll need to throw an API key
for canvas into authentication.py
- you'll need to populate
resources/team_assignment.csv
The algorithm will run and then you'll
have a list of "messed up teams" - these
are teams with folks who've since dropped
the class. You may need to manually edit
these if teams of 2 or fewer pop up.