i kinda forgot to commit. Anyways, i made the config into toml, edited readme, and... refactored code...
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user