aboutsummaryrefslogtreecommitdiffstats
path: root/config.json.example
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-06-17 14:28:49 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-06-17 14:28:49 +0100
commit4bcba9bfeff003e081833b4d6290290271aae967 (patch)
tree02e0bd2a7119333be1d5e53d9b40bd85e6254359 /config.json.example
parent2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52 (diff)
downloadSmallYTChannelBot-4bcba9bfeff003e081833b4d6290290271aae967.tar.gz
SmallYTChannelBot-4bcba9bfeff003e081833b4d6290290271aae967.zip
Updated cron scripts
Diffstat (limited to 'config.json.example')
-rwxr-xr-xconfig.json.example38
1 files changed, 38 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
new file mode 100755
index 0000000..6349b60
--- /dev/null
+++ b/config.json.example
@@ -0,0 +1,38 @@
+{
+ "discord_webhook": "https://discord.com/api/webhooks/*********************/******************************************************",
+ "redditapi":
+ {
+ "client_id": "***************",
+ "client_secret": "************************",
+ "user_agent": "SmallYTChannelBot",
+ "username": "SmallYTChannelBot",
+ "password": "*******************"
+ },
+ "imgurapi":
+ {
+ "client_id": "***************",
+ "client_secret": "********************************"
+ },
+ "youtubeapi":
+ {
+ "developer_key": "******************************"
+ },
+ "subreddit": "SmallYTChannel",
+ "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)",
+ "free_flairs":
+ [
+ "Discussion",
+ "Meta",
+ "Collab"
+ ],
+ "mysql":
+ {
+ "host": "mysql",
+ "port": 3306,
+ "user": "root",
+ "passwd": "******************",
+ "database": "SmallYTChannel"
+ },
+ "min_comment_len": 120,
+ "lambda_cost": 1
+}