Commit Graph

9 Commits

Author SHA1 Message Date
Bofh 469990388a Added API function to force login of account 2021-02-08 21:22:00 +01:00
Bofh 6db3fad9e3 Add API function to list mirrored accounts 2021-02-08 21:16:06 +01:00
Bofh 9414a6adc6 Added posts nuke API function 2021-02-08 21:07:49 +01:00
Bofh 646ea83410 Added logout API function for a single account 2021-02-08 15:49:42 +01:00
Bofh 2051406397 Added support for multiple images in post + stability improvements 2021-02-08 00:03:04 +01:00
Bofh 3cae3a8f37 Improved async functions 2021-02-07 20:13:47 +01:00
Bofh ef8713438f Implemented login + bio/website setting + profile pic setting
* save cookies as dict in the db accounts file
* md5sum wrapped
* db_get and db_set functions
* config() function to read config.json
* other improvements
2021-02-07 14:55:02 +01:00
Bofh ece785b02e User creation automated + server port configurable
* Make sure user input can never contain an invalid character as it might create a shell exploit vulnerability otherwise
2021-02-07 02:56:08 +01:00
Bofh c799fb8e63 Renamed mirror to a module + added basic python3 http server 2021-02-07 01:21:58 +01:00