aboutsummaryrefslogtreecommitdiff
path: root/modules/tfl.py
Commit message (Collapse)AuthorAgeFilesLines
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* `bus_stop` isnt a `Response` object (tfl.py)Gravatar jesopo2019-01-211-2/+2
|
* 'utils.http.get_url' -> 'utils.http.request', return a Response object fromGravatar jesopo2018-12-111-23/+23
| | | | utils.http.request
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-20/+23
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-13/+18
|
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+3
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-25/+26
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-6/+6
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-7/+7
| | | | hooks for a module
* Add tflservice. Arrivals are incomplete, but it's the best we can do with ↵Gravatar Evelyn2016-12-061-1/+53
| | | | the API
* Start of tflstop commandGravatar Evelyn2016-11-011-0/+10
|
* tfl improvementsGravatar Evelyn2016-10-031-45/+46
|
* Hacky s/ /%20/ fixes tflsearch problem. @jesopo: Please look at URL encoding ↵Gravatar Evelyn2016-09-271-1/+4
| | | | in Utils
* remove commentsGravatar Evelyn2016-09-261-3/+0
|
* Add tflvehicle, simplify tflbusGravatar Evelyn2016-09-261-18/+75
|
* Add proper no result messageGravatar Evelyn2016-07-141-0/+2
|
* Change tflsearch no result messageGravatar Evelyn2016-07-141-1/+1
|
* fixed duplicate responseGravatar jesopo2016-07-141-1/+2
|
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2016-07-131-3/+3
|\
| * s/tflstop/tflsearch/Gravatar Evelyn2016-07-101-3/+3
| |
* | fixed some crashes in tfl.py.Gravatar jesopo2016-07-131-9/+10
|/
* TfL stop search, 'bus' can now accept proper IDs, fixed issue with time in msGravatar Evelyn2016-07-101-37/+68
|
* TfL tube line statusGravatar Evelyn2016-07-101-0/+46
|
* changed tflbus command to only show next time for each bus, not every single ↵Gravatar jesopo2016-07-091-14/+17
| | | | bus it can find.
* added a way to filter what bus you're looking for at a stop in tfl.py.Gravatar jesopo2016-07-061-3/+9
|
* changed tfl.py to show bus stop name.Gravatar jesopo2016-07-051-3/+8
|
* did some tweaks to tfl.py.Gravatar jesopo2016-06-281-3/+8
|
* added tfl.py.Gravatar jesopo2016-06-281-0/+45