aboutsummaryrefslogtreecommitdiff
path: root/modules/location.py
Commit message (Expand)AuthorAgeFilesLines
* use "city, state, country" for formatted location name when availableGravatar jesopo2019-06-181-1/+14
* Save location name from geocoding, use it for !w when available•••closes #71 Gravatar jesopo2019-06-181-1/+2
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Add setting example in location.pyGravatar jesopo2019-05-231-1/+2
* Remove '"human"' key from location settings export - we dont use it and it's•••using elements of 'location' that were removed Gravatar jesopo2019-05-071-2/+1
* Remove `import pytz` from location.py, we don't use itGravatar jesopo2019-05-011-1/+0
* Change location.py to use lat/lon instead of continent/country/cityGravatar jesopo2019-04-281-6/+3
* Change location.py to use geocoding, change weather.py in line with itGravatar jesopo2019-04-281-11/+20
* Remove debug printGravatar jesopo2019-04-281-1/+0
* Add location.py, to allow users to set their locationGravatar jesopo2019-04-281-0/+17