/vbb-telegram

A Telegram bot for Berlin & Brandenburg public transport.

Primary LanguageJavaScriptISC LicenseISC

vbb-telegram 💬

A Telegram bot for Berlin & Brandenburg public transport. Try it!

the bot in action

https://telegram.me/public_transport_bot dependency status ISC-licensed gitter channel

Installing

Redis needs to be running.

git clone https://github.com/derhuers/vbb-telegram.git; cd vbb-telegram
npm install
export NODE_ENV=dev # or `production`
npm start

Note: forever actually isn't required to run vbb-telegram, but listed as a peer dependency. The npm start script calls forever for production usage, so to run npm start, you need to npm install [-g] forever before.

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.