jodel_api
jodel_api copied to clipboard
Unoffical Python Interface to the Jodel API
The following methods are availabe through the Jodel API but not implemented for various reasons. Leave a comment if you want some of them in `jodel_api` (they're untested but should...
It seems like the base url of the API has changed to `https://api.jodelapis.com/api/
## Issue I build a basic application that just creates an account and reads some popular jodels but I am facing the issue that the response for "GET" actions exits...
I'm getting errors on the keys, and I don't know how to find the updated signing versions. Is there a plan to update the files, or can anybody point me...
I updated the key but i get still error 477. ``` api_url = "https://api.go-tellm.com/api{}" client_id = '81e8a76e-1e02-4d17-9ba0-8a7020261b26' secret_legacy = 'hyTBJcvtpDLSgGUWjybbYUNKSSoVvMcfdjtjiQvf'.encode('ascii') version_legacy = '4.47.0' secret = 'EUJTncIwqWKzUiqFzbzxfhneutfkUgcFENCIcceH'.encode('ascii') version = '5.15.2' ```...
Somebody has successful unpinned the jodel app? If yes, how you did it?
Just cloned this and tried to create an account: ``` import jodel_api lat, lng, city = 48.148434, 11.567867, "Munich" j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city) ``` But got: ``` Traceback (most...
Has anyone already reversed / sniffed the new api calls for popular jodels of today / week?
Maybe you received an email as well. The Jodel Team is not happy about me doing this, so they contacted me, and I'd like to let you know, that you...
It seems like the signing key has been changed: >>> import jodel_api >>> lat, lng, city = 48.148434, 11.567867, "Munich" >>> j = jodel_api.JodelAccount(lat=lat, lng=lng, city=city) Creating new account. Traceback...