A python script to enable users to register on tilde.fun.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Darksider3 2afb4c79a2 Implements a backup to csv. Uses StringIO because it has an own writer()
method, which is pretty nice to have when csv.writer() want's that on its
passed variable.

Also respects every flag yet introduced(-c, -f, -a, -u) and reuses the code
already written in ListUsers.py. It could be very nice to bring that code
into lib/ because it is probably needed way more often
5 years ago
config Reflect changes made 5 years ago
private Implements a backup to csv. Uses StringIO because it has an own writer() 5 years ago
public Max username length is 16 now 5 years ago
.gitignore add gitignore 5 years ago
Dockerfile Now with dynamic TILDE_CONF support! 5 years ago