Igor Chubin
|
5782f4f53e
|
Add minor fixes
|
5 years ago |
Igor Chubin
|
6927116794
|
Store missing translations in separate logs (#324)
|
5 years ago |
Igor Chubin
|
896dc263a1
|
Add missing translations (#324) (#535)
|
5 years ago |
Igor Chubin
|
a963c131d1
|
Increase cache expiration time interval
|
5 years ago |
Igor Chubin
|
49aefecf99
|
Fix typos
|
5 years ago |
Igor Chubin
|
492f4f5e50
|
Translate comma-separated terms (#554, #535)
|
5 years ago |
Igor Chubin
|
0b8ead03e6
|
Use case-insensitive term for translation (#552)
|
5 years ago |
Igor Chubin
|
74283de5f5
|
Bind v3
|
6 years ago |
Emil Lerch
|
17e6e6c218
|
initial metno implementation
|
6 years ago |
Igor Chubin
|
5e3ecaeaf4
|
increased cache expiry time
|
6 years ago |
Igor Chubin
|
ff9d0353ed
|
proxy: increased expiration time
|
6 years ago |
Igor Chubin
|
fc604e2575
|
bin/proxy.py: minor fix
|
6 years ago |
Igor Chubin
|
6e02c0a147
|
increased data expiration time: +10 minutes
|
6 years ago |
renyhp
|
9ecb369e9e
|
Fix #449
|
6 years ago |
Igor Chubin
|
d307c2e084
|
gevent: patch_all() instead of patch_all(httplib=True)
|
6 years ago |
Igor Chubin
|
9f3a0bca97
|
patch_all(httplib=True)
|
6 years ago |
Igor Chubin
|
18f51475ce
|
bin/proxy.py: cache timing fixed
|
6 years ago |
Igor Chubin
|
488160c636
|
gevent: patch httplib explicitly
|
6 years ago |
Igor Chubin
|
b2550c9441
|
bin/proxy.py: minor fixes
|
6 years ago |
Igor Chubin
|
ea0786edbf
|
bin/proxy.py: smoothed cache load
|
6 years ago |
Igor Chubin
|
87d7e3c863
|
added WTTRIN_TEST mode for proxy.py
|
6 years ago |
Pragmatic Software
|
6b6299738f
|
Add `includelocation=yes` to weather-data query string
The WWO request parameters can accept `includelocation=yes` to include
the nearest weather point in the JSON results.
This is useful to display the name of the location.
source: https://www.worldweatheronline.com/developer/api/docs/local-city-town-weather-api.aspx
|
6 years ago |
Pragmatic Software
|
f956f4ef94
|
Add extra=localObsTime to weather-data fetch query
The `extra` parameter can accept multiple values. The one we're interested in
is `localObsTime`. What it does is:
Adds the current weather observation time in UTC as well as local time of the location requested.
source: https://www.worldweatheronline.com/developer/api/docs/local-city-town-weather-api.aspx
|
6 years ago |
Igor Chubin
|
918a026422
|
added code of the geolocation proxy
|
6 years ago |
Igor Chubin
|
b1ea9be11f
|
minor fixes
|
6 years ago |
Igor Chubin
|
d78996af54
|
bin/proxy.py: handle query timeouts
|
7 years ago |
Igor Chubin
|
3b00e2445b
|
_touch_empty_file (for debug purposes)
|
7 years ago |
Igor Chubin
|
94047e1e5b
|
wwo url fixed
|
7 years ago |
Igor Chubin
|
49376a9871
|
use WTTRIN_SRV_PORT env variable if specified
|
7 years ago |
cclauss
|
7c47cd7d0c
|
Modernize Python 2 code to get ready for Python 3
|
7 years ago |
Igor Chubin
|
5353cc3a17
|
bin/proxy.py clean up
|
8 years ago |
Igor Chubin
|
a25afe4771
|
moved server related code back to bin/srv.py
|
8 years ago |
Igor Chubin
|
d7ec9ac840
|
moved srv.py to lib/
|
8 years ago |
Igor Chubin
|
bdfb02ed44
|
minor cleanup
|
8 years ago |
Igor Chubin
|
f9e38c367d
|
minor code cleanup
|
8 years ago |
Igor Chubin
|
0b65985a71
|
added LISTEN_HOST and LISTEN_PORT
|
8 years ago |
Igor Chubin
|
ceae32a7da
|
big part of wttr()
|
8 years ago |
Igor Chubin
|
df5b33c662
|
show_help()
|
8 years ago |
Igor Chubin
|
8e1479f6ba
|
User-Agent can be omited
|
8 years ago |
Igor Chubin
|
ef3cb4dd7c
|
added parse_accept_language()
|
8 years ago |
Igor Chubin
|
5d7a87afb0
|
show_help()
|
8 years ago |
Igor Chubin
|
e120196259
|
added find_supported_language()
|
8 years ago |
Igor Chubin
|
3a5335ff0c
|
syncing livecode with github code, step1
|
8 years ago |
Igor Chubin
|
bcdd09c768
|
added /malformed-response.html route
|
8 years ago |
Igor Chubin
|
c7c0430699
|
request restrictions relaxed
|
8 years ago |
Igor Chubin
|
c2b3777754
|
added bin/proxy.py
|
8 years ago |
eric
|
cfacc1ea5f
|
support for IPv6 hosts
|
9 years ago |
Sebastian Haas
|
6e5efdeb5e
|
Support DNS LOC record for @<domain> queries
Query LOC record first; use IP address as fallback.
|
9 years ago |
Santiago Basulto
|
32c1686878
|
Remove PLAIN_TEXT_AGENTS from globals scope and add python-requests
|
9 years ago |
Artanicus
|
3ae8d8ddfe
|
Remove debug print I forgot in
|
9 years ago |