diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:22:09 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:22:09 +0100 |
commit | c50f304376e2b75c53ad9070fa1b86ea22b21fa9 (patch) | |
tree | 0e4a0956f4b1057cbd7c5d0e55f1b393c3fe7539 /exampleconfig.json | |
parent | 32ceca68ef3fe274747344cfaabf04e0fff3e5b0 (diff) | |
parent | 81beed4b8dd2e7fc5365cc5c344d20109d10e7db (diff) | |
download | SmallYTChannelBot-c50f304376e2b75c53ad9070fa1b86ea22b21fa9.tar.gz SmallYTChannelBot-c50f304376e2b75c53ad9070fa1b86ea22b21fa9.zip |
added minimum comment length, added some logging
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 29 |
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 +} |