From 704cc4e17c74dc96964673085dfc8d509204008a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 16 Dec 2018 16:19:44 +0000 Subject: removed some files --- .vs/ProjectSettings.json | 3 --- .vs/SmallYTChannelBot/v15/.suo | Bin 17920 -> 0 bytes .vs/VSWorkspaceState.json | 7 ------- .vs/slnx.sqlite | Bin 73728 -> 0 bytes SmallYTChannelDatabase.db | Bin 43008 -> 43008 bytes __pycache__/SmallYTChannelBot.cpython-35.pyc | Bin 2359 -> 0 bytes .../SmallYTChannelBotSubmissions.cpython-36.pyc | Bin 5875 -> 0 bytes __pycache__/database.cpython-35.pyc | Bin 3437 -> 0 bytes __pycache__/database.cpython-36.pyc | Bin 3933 -> 0 bytes __pycache__/login.cpython-36.pyc | Bin 330 -> 0 bytes login.py | 7 ------- 11 files changed, 17 deletions(-) delete mode 100644 .vs/ProjectSettings.json delete mode 100644 .vs/SmallYTChannelBot/v15/.suo delete mode 100644 .vs/VSWorkspaceState.json delete mode 100644 .vs/slnx.sqlite delete mode 100644 __pycache__/SmallYTChannelBot.cpython-35.pyc delete mode 100644 __pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc delete mode 100644 __pycache__/database.cpython-35.pyc delete mode 100644 __pycache__/database.cpython-36.pyc delete mode 100644 __pycache__/login.cpython-36.pyc delete mode 100644 login.py 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 deleted file mode 100644 index 08ba5aa..0000000 Binary files a/.vs/SmallYTChannelBot/v15/.suo and /dev/null differ 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 deleted file mode 100644 index 3cb47c4..0000000 Binary files a/.vs/slnx.sqlite and /dev/null differ diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db index 2423b66..b94dc41 100644 Binary files a/SmallYTChannelDatabase.db and b/SmallYTChannelDatabase.db differ diff --git a/__pycache__/SmallYTChannelBot.cpython-35.pyc b/__pycache__/SmallYTChannelBot.cpython-35.pyc deleted file mode 100644 index c2a99da..0000000 Binary files a/__pycache__/SmallYTChannelBot.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc b/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc deleted file mode 100644 index e9d82cd..0000000 Binary files a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc and /dev/null differ diff --git a/__pycache__/database.cpython-35.pyc b/__pycache__/database.cpython-35.pyc deleted file mode 100644 index 042d938..0000000 Binary files a/__pycache__/database.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/database.cpython-36.pyc b/__pycache__/database.cpython-36.pyc deleted file mode 100644 index 5bca449..0000000 Binary files a/__pycache__/database.cpython-36.pyc and /dev/null differ diff --git a/__pycache__/login.cpython-36.pyc b/__pycache__/login.cpython-36.pyc deleted file mode 100644 index bf91463..0000000 Binary files a/__pycache__/login.cpython-36.pyc and /dev/null differ 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") -- cgit v1.2.3