aboutsummaryrefslogtreecommitdiff
path: root/follow-src/settings.json
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 15:25:33 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 15:25:33 -0700
commitb3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9 (patch)
tree68f5c51a250378bb930b8d969a9aa10192057736 /follow-src/settings.json
parent0b25b38e43b549221af294298e5e8c671174a122 (diff)
downloadlset-b3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9.tar
lset-b3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9.tar.gz
lset-b3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9.tar.bz2
got python bot working
Diffstat (limited to 'follow-src/settings.json')
-rw-r--r--follow-src/settings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/follow-src/settings.json b/follow-src/settings.json
index e69de29..e02bcb5 100644
--- a/follow-src/settings.json
+++ b/follow-src/settings.json
@@ -0,0 +1,7 @@
+{
+ "follower_goal": "500,000",
+ "sub_goal": "1,000",
+ "write_file": "/path/to/file/you/want/to/write",
+ "username": "your_channel_name_goes_here",
+ "seconds_interval": 10
+}