diff options
-rw-r--r-- | .vs/ProjectSettings.json | 3 | ||||
-rw-r--r-- | .vs/SmallYTChannelBot/v15/.suo | bin | 17920 -> 0 bytes | |||
-rw-r--r-- | .vs/VSWorkspaceState.json | 7 | ||||
-rw-r--r-- | .vs/slnx.sqlite | bin | 73728 -> 0 bytes | |||
-rw-r--r-- | SmallYTChannelDatabase.db | bin | 43008 -> 43008 bytes | |||
-rw-r--r-- | __pycache__/SmallYTChannelBot.cpython-35.pyc | bin | 2359 -> 0 bytes | |||
-rw-r--r-- | __pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc | bin | 5875 -> 0 bytes | |||
-rw-r--r-- | __pycache__/database.cpython-35.pyc | bin | 3437 -> 0 bytes | |||
-rw-r--r-- | __pycache__/database.cpython-36.pyc | bin | 3933 -> 0 bytes | |||
-rw-r--r-- | __pycache__/login.cpython-36.pyc | bin | 330 -> 0 bytes | |||
-rw-r--r-- | login.py | 7 |
11 files changed, 0 insertions, 17 deletions
diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json deleted file mode 100644 index 866f1e1..0000000 --- a/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{
- "CurrentProjectSetting": null
-}
\ No newline at end of file diff --git a/.vs/SmallYTChannelBot/v15/.suo b/.vs/SmallYTChannelBot/v15/.suo Binary files differdeleted file mode 100644 index 08ba5aa..0000000 --- a/.vs/SmallYTChannelBot/v15/.suo +++ /dev/null diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json deleted file mode 100644 index 5fef1c5..0000000 --- a/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,7 +0,0 @@ -{
- "ExpandedNodes": [
- ""
- ],
- "SelectedNode": "\\SmallYTChannelBotSubmissions.py",
- "PreviewInSolutionExplorer": false
-}
\ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differdeleted file mode 100644 index 3cb47c4..0000000 --- a/.vs/slnx.sqlite +++ /dev/null diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db Binary files differindex 2423b66..b94dc41 100644 --- a/SmallYTChannelDatabase.db +++ b/SmallYTChannelDatabase.db diff --git a/__pycache__/SmallYTChannelBot.cpython-35.pyc b/__pycache__/SmallYTChannelBot.cpython-35.pyc Binary files differdeleted file mode 100644 index c2a99da..0000000 --- a/__pycache__/SmallYTChannelBot.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc b/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc Binary files differdeleted file mode 100644 index e9d82cd..0000000 --- a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc +++ /dev/null diff --git a/__pycache__/database.cpython-35.pyc b/__pycache__/database.cpython-35.pyc Binary files differdeleted file mode 100644 index 042d938..0000000 --- a/__pycache__/database.cpython-35.pyc +++ /dev/null diff --git a/__pycache__/database.cpython-36.pyc b/__pycache__/database.cpython-36.pyc Binary files differdeleted file mode 100644 index 5bca449..0000000 --- a/__pycache__/database.cpython-36.pyc +++ /dev/null diff --git a/__pycache__/login.cpython-36.pyc b/__pycache__/login.cpython-36.pyc Binary files differdeleted file mode 100644 index bf91463..0000000 --- a/__pycache__/login.cpython-36.pyc +++ /dev/null diff --git a/login.py b/login.py deleted file mode 100644 index 67eb525..0000000 --- a/login.py +++ /dev/null @@ -1,7 +0,0 @@ -import praw - -REDDIT = praw.Reddit(client_id = "PyyyRXa3veWsWA", - client_secret = "hAMbhuzdHIew5hmn1CFwWb5FurM", - user_agent = "SmallYTChannelBot", - username = "SmallYTChannelBot", - password = "6NEWGNPBjJjbOjk3lbtm") |