Skip to content

BritishBenji/CTFd-Add-User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFd-Add-User

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.

Installation

Install requirements:

pip install -r requirements.txt

Configuration

Fill in relevant information in config.py:

APIKEY can be found in <CTF link>/settings#tokens

BASEURL is the base URL used for the CTF

CSV

The CSV should be as shown in users.csv

It consists of Username,Email,Password

Running the program

Run the program with python3 app.py

About

A small python application made to add users from a CSV for https://github.com/CTFd/CTFd

Topics

Resources

License

Stars

Watchers

Forks

Languages