From b3e1bd3a1dfdf45fb3d735b3ba9912c66c37e3b9 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 15:25:33 -0700 Subject: got python bot working --- follow-src/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'follow-src/settings.json') 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 +} -- cgit v1.2.3