Homer S.
a086cd15eb
* Ubuntu based docker file can be build from the repo's root by ``` docker-compose -f docker/docker-compose.yml build ``` * and started by ``` docker-compose -f docker/docker-compose.yml build ``` * Restructured code by packaging the CallMonitoring and SpeexConverting * main() runs on startup and then watches for disconnected calls as trigger for running again. * Commented main file |
||
---|---|---|
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.