added config file

This commit is contained in:
2025-03-05 19:20:36 +01:00
parent 412e04b4dc
commit 4d9e015d36
13 changed files with 178 additions and 96 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"bk_week": {
"fetch_limit": 100,
"subreddits": "bytedicetesting"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"bk_week": {
"subreddits": "bytedicetesting",
"fetch_limit": 100
}
}