aboutsummaryrefslogtreecommitdiffstats
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-09-17 16:22:09 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2020-09-17 16:22:09 +0100
commitc50f304376e2b75c53ad9070fa1b86ea22b21fa9 (patch)
tree0e4a0956f4b1057cbd7c5d0e55f1b393c3fe7539 /exampleconfig.json
parent32ceca68ef3fe274747344cfaabf04e0fff3e5b0 (diff)
parent81beed4b8dd2e7fc5365cc5c344d20109d10e7db (diff)
downloadSmallYTChannelBot-c50f304376e2b75c53ad9070fa1b86ea22b21fa9.tar.gz
SmallYTChannelBot-c50f304376e2b75c53ad9070fa1b86ea22b21fa9.zip
added minimum comment length, added some logging
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-xexampleconfig.json29
1 files changed, 19 insertions, 10 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
index 82649dc..0e517df 100755
--- a/exampleconfig.json
+++ b/exampleconfig.json
@@ -1,27 +1,36 @@
{
"redditapi":
{
- "client_id": "xxxxxxxxxxxxx",
+ "client_id": "xxxxxxxxxxxxxxx",
"client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx",
- "user_agent": "xxxxxxxxxxxxxxx",
- "username": "xxxxxxxxxxxxxxx",
- "password": "xxxxxxxxxxxxxxxxxxxx"
+ "user_agent": "SmallYTChannelBot",
+ "username": "SmallYTChannelBot",
+ "password": "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"imgurapi":
{
- "client_id": "xxxxxxxxxxxxxxxxx",
- "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ "client_id": "xxxxxxxxxxxxxxxx",
+ "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"youtubeapi":
{
- "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
- "subreddit": "jwnskanzkwktest",
+ "subreddit": "SmallYTChannel",
"comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)",
"free_flairs":
[
"Discussion",
"Meta",
"Collab"
- ]
-} \ No newline at end of file
+ ],
+ "mysql":
+ {
+ "host": "localhost",
+ "port": 3306,
+ "user": "root",
+ "passwd": "xxxxxxxxxxxxxxxx",
+ "database": "SmallYTChannel"
+ },
+ "min_comment_len": 120
+}