A python script to enable users to register on tilde.fun.
Find a file
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
2019-10-13 11:01:08 +02:00
config Reflect changes made 2019-09-24 00:38:03 +02:00
private Implements a backup to csv. Uses StringIO because it has an own writer() 2019-10-13 11:01:08 +02:00
public Max username length is 16 now 2019-10-12 14:28:18 +02:00
.gitignore add gitignore 2019-10-13 10:53:09 +02:00
Dockerfile Now with dynamic TILDE_CONF support! 2019-10-11 07:01:26 +02:00