diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-07 16:33:21 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-07 16:33:21 +0000 |
commit | b37b71c5209c44a02679b14eca4215f9ec0824f2 (patch) | |
tree | 76604bb44f70aad0eed5a0995dd5554c78a79256 | |
parent | 74bfe9d6dc8650d52f17fd9e8d95b4345af78f86 (diff) | |
download | SmallYTChannelBot-b37b71c5209c44a02679b14eca4215f9ec0824f2.tar.gz SmallYTChannelBot-b37b71c5209c44a02679b14eca4215f9ec0824f2.zip |
added onceaday requirements file
-rwxr-xr-x[-rw-r--r--] | Dockerfile | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | SmallYTChannelDatabase.db | bin | 27417600 -> 27417600 bytes | |||
-rw-r--r-- | oadrequirements.txt | 6 | ||||
-rwxr-xr-x | onceaday.py | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 1c8d59f..1c8d59f 100644..100755 --- a/Dockerfile +++ b/Dockerfile diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db Binary files differindex aa102d9..aa102d9 100644..100755 --- a/SmallYTChannelDatabase.db +++ b/SmallYTChannelDatabase.db diff --git a/oadrequirements.txt b/oadrequirements.txt new file mode 100644 index 0000000..23c2cef --- /dev/null +++ b/oadrequirements.txt @@ -0,0 +1,6 @@ +praw==7.1.0 +matplotlib==3.3.4 +PyMySQL==0.9.3 +imgurpython==1.1.7 +google_api_python_client==1.12.8 +js2py==0.70 diff --git a/onceaday.py b/onceaday.py index ea54552..1570c9a 100755 --- a/onceaday.py +++ b/onceaday.py @@ -1,6 +1,6 @@ import os from operator import itemgetter -os.chdir("/root/SmallYTChannelBotSubmissions") +os.chdir("/home/eden/SmallYTChannelBotSubmissions") import subreddit import database |