A small python application made to add users from a CSV
This application is originally made for education providers to add lists of students to their CTFd instance.
Install requirements:
pip install -r requirements.txtFill in relevant information in config.py:
APIKEY can be found in <CTF link>/settings#tokens
BASEURL is the base URL used for the CTF
The CSV should be as shown in users.csv
It consists of Username,Email,Password
Run the program with python3 app.py