Homer S.
654f6720fa
* There is still testing if I use ENTRYPOINT in the _Dockerfile_ or only entrypoint in the _docker-compose.yml_ as the latter worked well and without any problem. * fritzab2matrix.py is now executable (WATCHOUT! The hashbang points to your system's python3 NOT to your virtualenv where the dependencies are met!) * the monitoring is now part of the main function |
||
---|---|---|
docker | ||
libs | ||
.dockerignore | ||
.gitignore | ||
LICENSE | ||
README.md | ||
fritzab2matrix.py | ||
matrix-commander.py | ||
requirements.txt |
README.md
FritzAB2Matrix
A script that reads out the answering machine of a FritzBox in the LAN and posts the messages into an encrypted private chat of the matrix network.
Uses the python based cmd-line-tool matrix-commander so the matrix-commander.py in this repo is just a copy of that file to ease testing.