python-meteor
python-meteor copied to clipboard
A meteor client for python
Hi, Im trying connect with this but get error: ``` from MeteorClient import MeteorClient client = MeteorClient('wss://biscoint.io/sockjs/818/tpplurnw/websocket') client.connect() ``` ``` File "/usr/local/lib/python3.9/site-packages/MeteorClient.py", line 55, in connect self.ddp_client.connect() File "/usr/local/lib/python3.9/site-packages/DDPClient.py", line...
Prevent error when server unexpectedly restarts
This was forgotten here: https://github.com/hharnisc/python-meteor/pull/14
This is needed for Python 3 and compatible with Python 2.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Would it be possible to get a timeout error on the Meteor.call function?
What is the different between your two projects? Is one older? which one do you recommend?
Dear author: Thank you for your contributions of the python-metor. I download todos and run it on port 3000 then use your example to get the collection of 'lists' ....
I want to scrap some data from site easydrop.ru, but i don't know which port they use for WS I have a line from .js script on this site: ```...
Hi 1st of all: Thanks for the great package! I have one small problem: After some time it can happen that the socket ist closed in this case, python-meteor stops...