What is the purpose of your issue?
Description
I'm thinking about implementing matrix in addition to telegram and pushbullet for amazon-dash as a confirmation "service". Do you generally accept pull requests? I already done some prototyping but struggling with the docker container at the moment. But this is not the point here. Implementing such a feature would be quite easy if one uses external dependencies like matrix_client (official and available on pypi). But after seeing the confirmations.py file I think you would prefer a solution relying on python requests only.
What is the purpose of your issue?
Description
I'm thinking about implementing matrix in addition to telegram and pushbullet for amazon-dash as a confirmation "service". Do you generally accept pull requests? I already done some prototyping but struggling with the docker container at the moment. But this is not the point here. Implementing such a feature would be quite easy if one uses external dependencies like
matrix_client(official and available on pypi). But after seeing theconfirmations.pyfile I think you would prefer a solution relying on python requests only.