Credentials are currently only able to be supplied from a JSON file, supplied as a command line argument. Obviously, this is not ideal, as the credentials need to laying around in plain text.
Need to find a better way of handling this.
- Maybe this could be built into the docker container?
- Possibly Praw has some suggestions for this?
- Prompted from stdin on startup?
Credentials are currently only able to be supplied from a JSON file, supplied as a command line argument. Obviously, this is not ideal, as the credentials need to laying around in plain text.
Need to find a better way of handling this.