Nekmo / amazon-dash

Hack your Amazon Dash to run what you want.
MIT License
826 stars 69 forks source link

Matrix Support #133

Open ploth opened 5 years ago

ploth commented 5 years ago

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.

Nekmo commented 5 years ago

Pull-requests are welcome, thanks :) although a solution without external dependencies is preferable.