python-hard-way/Sermon-Upload
Josh Mudge 2453d44b6c Add notes 2018-11-16 15:40:06 -07:00
..
README.md Add notes 2018-11-16 15:40:06 -07:00
sermon-upload.py Add notes 2018-11-16 15:40:06 -07:00
sermon-upload.sh Use argparse to take CLI input, check if sermon uploaded and notify the user of success/failure. 2018-10-20 16:37:27 -06:00

README.md

Sermon Upload

Finds latest sermon based on input, uploads it, notifies the user whether or not it works. Sounds simple, it isn't.

Requirements

Install notify2 and dbus-python and other dependencies:

sudo apt-get install libgtk2.0-dev libdbus-1-dev
pip install dbus-python notify2