aboutsummaryrefslogtreecommitdiff
path: root/modules/tfl.py
Commit message (Collapse)AuthorAgeFilesLines
* 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