aboutsummaryrefslogtreecommitdiffstats
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
committerjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
commitb6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f (patch)
tree1e900d65d4ea462b89ae9b4469b7bbe15df70220 /exampleconfig.json
parenta6053befbb0b2d61e3aa53058e1f27832b0753b6 (diff)
parent4a9f566d2d45c7634a4b4ee4ccde7a1a4afe528b (diff)
downloadSmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.tar.gz
SmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.zip
Started major refactoring, see README.md
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-xexampleconfig.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
new file mode 100755
index 0000000..82649dc
--- /dev/null
+++ b/exampleconfig.json
@@ -0,0 +1,27 @@
+{
+ "redditapi":
+ {
+ "client_id": "xxxxxxxxxxxxx",
+ "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx",
+ "user_agent": "xxxxxxxxxxxxxxx",
+ "username": "xxxxxxxxxxxxxxx",
+ "password": "xxxxxxxxxxxxxxxxxxxx"
+ },
+ "imgurapi":
+ {
+ "client_id": "xxxxxxxxxxxxxxxxx",
+ "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ },
+ "youtubeapi":
+ {
+ "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ },
+ "subreddit": "jwnskanzkwktest",
+ "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