blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

import groups from csv file #2

Closed blonkm closed 4 years ago

blonkm commented 6 years ago

Using a csv file, formatted as <group name, uid> make the specified groups in schoology

blonkm commented 4 years ago

There were a lot of issues with this issue (LOL). At first the method used was having a fixed csv-file on the server with the group and member list. This was ok, but we needed a separate upload so the user is in control (see #52).