Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlo-colombo/dublin-bus-telegram-bot
https://github.com/carlo-colombo/dublin-bus-telegram-bot
bot dublin telegram telegram-bot
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlo-colombo/dublin-bus-telegram-bot
- Owner: carlo-colombo
- License: mit
- Created: 2016-05-11T22:19:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T05:19:50.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:54:39.590Z (7 months ago)
- Topics: bot, dublin, telegram, telegram-bot
- Language: Elixir
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DublinBusTelegramBot
Welcome to the Dublin Bus bot:
Access to the *Real Time Passenger Information (RTPI)* for Dublin Bus services. Data are retrieved parsing the still-in-development RTPI site. The html could change without notice and break the API, we don't take any responsibility for missed bus. The bot is precise as the dublin bus application or the screen at the stops.
_This service is in no way affiliated with Dublin Bus or the providers of the RTPI service_.
### Available commands
#### /stop
Retrieve upcoming timetable at this stop
``` /stop 4242```#### /watch
Send you a message every minute with ETA of the bus at the stop. It stop after the bus is Due or until command unwatch is sent. Only one watch at time is possible.
``` /watch 4242 184```#### /unwatch
Stop watch
``` /unwatch ```#### /search
Search stops that match the name, if only one result is found it send also the timetable.
``` /search Townsend Street```#### /info
Return some info about the bot
``` /info ```### Docker
docker run --rm -P -e 'TELEGRAM_BOT_TOKEN=' carlocolombo/dublin_bus_telegram_bot