From 4bcba9bfeff003e081833b4d6290290271aae967 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 17 Jun 2025 14:28:49 +0100 Subject: Updated cron scripts --- exampleconfig.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100755 exampleconfig.json (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json deleted file mode 100755 index 0ad4134..0000000 --- a/exampleconfig.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "redditapi": - { - "client_id": "xxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", - "user_agent": "SmallYTChannelBot", - "username": "SmallYTChannelBot", - "password": "xxxxxxxxxxxxxxxxxxxxxxxxxxx" - }, - "imgurapi": - { - "client_id": "xxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - }, - "youtubeapi": - { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - }, - "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" - ], - "mysql": - { - "host": "localhost", - "port": 3306, - "user": "root", - "passwd": "xxxxxxxxxxxxxxxx", - "database": "SmallYTChannel" - }, - "min_comment_len": 120, - "lambda_cost": 2 -} -- cgit v1.2.3