An EPFLegram automated build for DEV purpose
284
A project to integrate EPFL-API with Telegram, and more. It use Node.js and yagop's telegram bot api.

Telegram Messenger is a free and secure messaging for Android and iOS smartphones. You can send messages, photos, videos and documents to people who are in your phone contacts. The Telegram messaging app is cloud-based and cross-platform app which can be accessed via any device. Telegram messages are heavily encrypted and can self-destruct. The apps uses advance encryption technique and decentralized infrastructure which makes the app as one of the fastest messaging apps available in the market.
Pass the authorization token as an environment variable to the docker container:
docker run -e "TELEGRAM_BOT_TOKEN=123456789:ABCDEFGHIJKLMOPKRSTUVWXYZ" --name='EPFLegram' epflsti/epflegram
After an npm install the docker will execute the npm start and run node index.js - the telegram polling is up !
You can run the unit with systemctl (the docker stuff will be done in it)
sudo systemctl start EPFLegram.service
Same with fleetctl :
fleetctl start EPFLegram.service
node index.js or npm start
Subscribe to the bot to get alerts from http://blogs.epfl.ch/public/export?blog=1234
Refactoring (menu, metro and people are now in seperate file). Generic menu call on behaviors. Thanks to @domq
Integration of @stefanonepa metro api built on transport.opendata.ch
First version with basics commands and tests
Content type
Image
Digest
Size
254.9 MB
Last updated
over 10 years ago
docker pull ponsfrilus/epflegramdev:epfl1234