urlwatch
urlwatch copied to clipboard
How can i add a custom reporter in the urlwatch?like wechat?
I want to push the msg to WeChat. The official account on WeChat provides a means, its web:http://pushplus.hxtrip.com/message
, which needs to be cleared by using WeChat account.
to be clear,its Call method is very easy.just need token and content,then it submit a post or get request to the server,and my wechat account can receive the msg.
Have a look at the custom reporters implemented here:
https://github.com/thp/urlwatch/blob/master/lib/urlwatch/reporters.py