export-saved-reddit icon indicating copy to clipboard operation
export-saved-reddit copied to clipboard

One-click install and run

Open csu opened this issue 7 years ago • 3 comments

Provide a script that installs Python, pip, dependencies if necessary and then runs the script.

csu avatar Feb 06 '17 21:02 csu

Also, this should probably prompt the user using input or something for all the credentials needed (and guide them through the reddit app setup process, e.g. "click this link and fill this out"). Now that we're using OAuth, the script has become less user-friendly, especially for non-programming folks.

csu avatar Feb 18 '17 05:02 csu

i think the app registration can be put on readme or wiki. the script should give user choice either to put it with command line flag or using config file.

i recommend the script to implement config file auto selection. it detect where config file e.g. from current folder, user home folder or from config input flag.

there is also this package which can help to put that option

https://pypi.python.org/pypi/ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.

other thing we can do is create gui for this script.

rachmadaniHaryono avatar Feb 18 '17 05:02 rachmadaniHaryono

https://docs.docker.com/compose/

jooize avatar Jun 25 '20 20:06 jooize