diff options
author | Ubuntu <ubuntu@ip-172-31-23-235.eu-west-2.compute.internal> | 2018-12-16 16:11:43 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@ip-172-31-23-235.eu-west-2.compute.internal> | 2018-12-16 16:11:43 +0000 |
commit | 824ebfd153bf8e63a812ec2b9145bf49c8285435 (patch) | |
tree | 050c813b6c51c4e983efda120df1fe0d43aade7f /login.py | |
download | SmallYTChannelBot-824ebfd153bf8e63a812ec2b9145bf49c8285435.tar.gz SmallYTChannelBot-824ebfd153bf8e63a812ec2b9145bf49c8285435.zip |
added files
Diffstat (limited to 'login.py')
-rw-r--r-- | login.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/login.py b/login.py new file mode 100644 index 0000000..67eb525 --- /dev/null +++ b/login.py @@ -0,0 +1,7 @@ +import praw + +REDDIT = praw.Reddit(client_id = "PyyyRXa3veWsWA", + client_secret = "hAMbhuzdHIew5hmn1CFwWb5FurM", + user_agent = "SmallYTChannelBot", + username = "SmallYTChannelBot", + password = "6NEWGNPBjJjbOjk3lbtm") |