2018-09-30 01:06:38 +00:00
|
|
|
# Sermon Upload
|
|
|
|
|
2018-10-20 22:37:27 +00:00
|
|
|
Finds latest sermon based on input, uploads it, notifies the user whether or not it works. Sounds simple, it isn't.
|
2018-11-16 22:40:06 +00:00
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
Install `notify2` and `dbus-python` and other dependencies:
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt-get install libgtk2.0-dev libdbus-1-dev
|
|
|
|
```
|
|
|
|
```
|
|
|
|
pip install dbus-python notify2
|
|
|
|
```
|