I am trying to use Python requests.post(...) for watchSub and does not seem to work. Anyone has a solution to using watchSub from a simple python script, with any library?
Thanks you!
Christian TremblayWed 15 Mar 2017
We have built pyhaystack (http://pyhaystack.readthedocs.io/en/latest/)
watchSub has not been fully implemented but my colleague Stuart told me a few weeks ago that he has a good idea of the way we could handle them.
It would also be nice having some help
You can reach us here : https://gitter.im/ChristianTremblay/pyhaystack
Stuart LonglandWed 15 Mar 2017
pyhaystack can do it, but you sort-of need to reach around to the back-end:
That should print the watchSub response. Similar for watchPoll. It is on my TODO list to add methods for doing this to pyhaystack, but that's basically the gist of how you can do it.
Sasa Pesic Tue 14 Mar 2017
Hello,
I am trying to use Python requests.post(...) for watchSub and does not seem to work. Anyone has a solution to using watchSub from a simple python script, with any library?
Thanks you!
Christian Tremblay Wed 15 Mar 2017
We have built pyhaystack (http://pyhaystack.readthedocs.io/en/latest/)
watchSub has not been fully implemented but my colleague Stuart told me a few weeks ago that he has a good idea of the way we could handle them.
It would also be nice having some help
You can reach us here : https://gitter.im/ChristianTremblay/pyhaystack
Stuart Longland Wed 15 Mar 2017
pyhaystack
can do it, but you sort-of need to reach around to the back-end:That should print the
watchSub
response. Similar forwatchPoll
. It is on my TODO list to add methods for doing this topyhaystack
, but that's basically the gist of how you can do it.