aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vs/ProjectSettings.json3
-rw-r--r--.vs/SmallYTChannelBot/v15/.suobin17920 -> 0 bytes
-rw-r--r--.vs/VSWorkspaceState.json7
-rw-r--r--.vs/slnx.sqlitebin73728 -> 0 bytes
-rw-r--r--SmallYTChannelDatabase.dbbin43008 -> 43008 bytes
-rw-r--r--__pycache__/SmallYTChannelBot.cpython-35.pycbin2359 -> 0 bytes
-rw-r--r--__pycache__/SmallYTChannelBotSubmissions.cpython-36.pycbin5875 -> 0 bytes
-rw-r--r--__pycache__/database.cpython-35.pycbin3437 -> 0 bytes
-rw-r--r--__pycache__/database.cpython-36.pycbin3933 -> 0 bytes
-rw-r--r--__pycache__/login.cpython-36.pycbin330 -> 0 bytes
-rw-r--r--login.py7
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
deleted file mode 100644
index 08ba5aa..0000000
--- a/.vs/SmallYTChannelBot/v15/.suo
+++ /dev/null
Binary files 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
--- a/.vs/slnx.sqlite
+++ /dev/null
Binary files differ
diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db
index 2423b66..b94dc41 100644
--- a/SmallYTChannelDatabase.db
+++ b/SmallYTChannelDatabase.db
Binary files differ
diff --git a/__pycache__/SmallYTChannelBot.cpython-35.pyc b/__pycache__/SmallYTChannelBot.cpython-35.pyc
deleted file mode 100644
index c2a99da..0000000
--- a/__pycache__/SmallYTChannelBot.cpython-35.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc b/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc
deleted file mode 100644
index e9d82cd..0000000
--- a/__pycache__/SmallYTChannelBotSubmissions.cpython-36.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/database.cpython-35.pyc b/__pycache__/database.cpython-35.pyc
deleted file mode 100644
index 042d938..0000000
--- a/__pycache__/database.cpython-35.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/database.cpython-36.pyc b/__pycache__/database.cpython-36.pyc
deleted file mode 100644
index 5bca449..0000000
--- a/__pycache__/database.cpython-36.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/login.cpython-36.pyc b/__pycache__/login.cpython-36.pyc
deleted file mode 100644
index bf91463..0000000
--- a/__pycache__/login.cpython-36.pyc
+++ /dev/null
Binary files 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")