i kinda forgot to commit. Anyways, i made the config into toml, edited readme, and... refactored code...

This commit is contained in:
2025-06-07 13:14:50 +02:00
parent c0793562e3
commit 4c21b6da4e
20 changed files with 149 additions and 101 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"posts": {
"EXAMPLE URL": {
"removed": {
"removed": false,
"by": null,
"reason": null
},
"post_data": {
"title": "I JUST BOUGHT THE CONTINENT OF NORTH AMERICA FOR A DOLLAR!",
"upvotes": 69420,
"date_unix": 1738614657,
"media_type": null,
"media_urls": []
},
"votes": {
"voters_re": ["bytedice"],
"voters_dc": [0],
"mod_voters": [0]
},
"added": {
"by_human": false,
"by_bot": true
},
"approved": {
"by_human": true,
"by_ris": true
}
}
}
}