A telegram bot that gives information about Public Transportation in Portugal, specially in Lisbon. As of right now, it only has information from the "Metro de Lisboa", "TTSL" (boats), "Rodoviária de Lisboa" (only the "Diretas do Infantado"). More going to be added. (read "Plans for the future" below).
Below, you have an example of how the Bot works:
Because I wanted an app, or a bot that I could get all the information in just one place. As I don't have the knowledge right now to build an app, and a Bot was easier at first, I built a bot for Telegram, to use every day.
Download the files, and edit the tokens, putting your own tokens. Then, n the terminal, go the the folder where you put your files and write:
python3 main.py
And then, the program will be running.
What I also recommend is to create an executable file.
-
Add more public tranports:
- Rodoviária de Lisboa (all lines);
- Carris;
- Mafrense;
- Others not planned yet.
-
Add a more updated telegram bot module, or make my own.
-
Add offline information to when it's impossible to get the information from the web (like trying to have the schedules offline).
-
Add some documentation (yes, I know it's very important and I really need to focus on this).
-
Clean the code.
-
Figure out where to put the program run 24/7 (but that's for me, but that's the main plan).
I need to thanks to all people that supported me to this project. They really helped me not giving up, and always make everything better. Also, I need to thank to Metro de Lisboa for creating a very easy API to use. And, of course, to the creator of Telepot module.
This software is licensed under the MIT License. See the LICENSE file in the top distribution directory for the full license text.