From 02091f4ba7381cdb43b83c88ca5ba5410b27c73c Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 28 Feb 2021 20:48:59 +0100 Subject: [PATCH] adding TelegramBot post --- Series_Time.md | 3 --- _posts/2021-2-28-TelegramBot_Launched.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 _posts/2021-2-28-TelegramBot_Launched.md diff --git a/Series_Time.md b/Series_Time.md index 6df1c97..11595cf 100755 --- a/Series_Time.md +++ b/Series_Time.md @@ -29,9 +29,6 @@ Since 2016 with "Person of Interest", to now I have seen (or I am currently watc * ## Series in French: * **Lupin** - - - diff --git a/_posts/2021-2-28-TelegramBot_Launched.md b/_posts/2021-2-28-TelegramBot_Launched.md new file mode 100644 index 0000000..63f93e6 --- /dev/null +++ b/_posts/2021-2-28-TelegramBot_Launched.md @@ -0,0 +1,18 @@ +--- +layout: post +title: TelegramBot - https://github.com/MAInformatico/TelegramBot +author: Migue +tags: [Technology] +--- + +[TelegramBot](https://github.com/MAInformatico/TelegramBot) is a project to help you to monitor your local network using Telegram API. To do that, TelegramBot reads files generated by [Raspberry-Pi-Monitoring-Network](https://github.com/MAInformatico/Raspberry-Pi-Monitoring-Network) + +The bot allows you to know the hosts connected into your local network using the command: "/hosts" and the temperature: "/temperature". There are another "informals" features as: "/weather" that gives you a link to check the weather in Spain or "/hello" that will answer you "Hi, dude" :D + +You will need to create your own bot using Fatherbot, see more info [here](https://core.telegram.org/bots) + +The [project](https://github.com/MAInformatico/TelegramBot) is available on this [link](https://github.com/MAInformatico/TelegramBot) . As usual it is free software (GPL 3.0 - License) so feel free to execute it, read it, modify it etc ... I hope this project can be helpful to everybody + + + +#### “If you can breath, you can do it” \ No newline at end of file