Paweł Kubiak

Results 7 comments of Paweł Kubiak

Hi all, nowadays there is an API endpoint used on https://www.geocaching.com/play/map/ : ``` https://www.geocaching.com/api/proxy/web/search?box=50.256919%2C18.943434%2C50.205967%2C19.027462&take=500&asc=true&skip=0&sort=distance&origin=50.2314498%2C18.985447900000054 ``` it returns JSON with a lot of cache information: ```json { "results": [ { "id":...

> I am not completely sure about using this alternative endpoint, though. In which sense? Are there some limitations / usage concerns (e.g. from Groundspeak) ?

Hi @tomasbedrich :+1: I'll do my bests! I have stared developing this feature in https://github.com/pkubiak/pycaching/tree/feature-search-rect-via-api As far as I have noticed, there is rate limiting after downloading 2000 cached, then...

Issue can be samehow overcome by modifing code of `repeat_until_tightened` in https://github.com/trailofbits/graphtage/blob/master/graphtage/bounds.py#L250 to ```python if not func(self, *args, **kwargs): return False ``` some warnings are still visible, but `graphtage` finish...

I have the same issue on Arch Linux, where `/usr/bin/env python` currently points to `python3.8.2`. Unfortunately because of changes in https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/gimp&id=e354374dae38ae90953218bb2fc3275ba77a9f11 (`--disable-python`), system version of Gimp is not shipped with...

I think that this feature could be also implemented without any api calls and only by requesting https://www.geocaching.com/my/recentlyviewedcaches.aspx and parsing its content. Of course this way we wouldn't be able...

Something like that would be possible with pure geocaching request: ![screenshot_2016-11-29_18-39-39](https://cloud.githubusercontent.com/assets/4224364/20721665/f9f48480-b663-11e6-884a-e5abd5182938.png)