aboutsummaryrefslogtreecommitdiff
path: root/modules/tfl.py
Commit message (Expand)AuthorAgeFilesLines
* 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, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-7/+7
* Add tflservice. Arrivals are incomplete, but it's the best we can do with the...Gravatar Evelyn2016-12-061-1/+53
* 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
* 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
* 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