amazon-dash icon indicating copy to clipboard operation
amazon-dash copied to clipboard

Matrix Support

Open ploth opened this issue 6 years ago • 1 comments

What is the purpose of your issue?

  • [ ] Bug report (encountered problems with amazon-dash)
  • [x] Feature request (request for a new functionality)
  • [x] Question
  • [x] Other

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.

ploth avatar Mar 07 '19 14:03 ploth

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

Nekmo avatar Mar 08 '19 19:03 Nekmo