Complete the config.py file with the required configuration.
# MQTT Connection
MQTT_USER_NAME = # TODO
MQTT_PASSWORD = # TODO
MQTT_IP = # TODO
MQTT_PORT = # TODO
MQTT_KEEPALIVE = # TODO
A Pipfile is provided to create a virtual environment.
cd src
pipenv install
Run the messenger package as a module:
pipenv run python -m messenger
Provide the data required.
Contributions are welcome! If you have improvements, bug fixes, or new modules to add, feel free to submit a pull request.
The content of this repository is licensed under the MIT License.
Feel free to get in touch with me!