An open API service indexing awesome lists of open source software.

https://github.com/datalux/raspberry-telegram-status

A simple RaspberryPi monitor for temperature and disk usage using Telegram bot
https://github.com/datalux/raspberry-telegram-status

python3 raspberry-pi raspberry-pi-3 telegram-bot

Last synced: 4 months ago
JSON representation

A simple RaspberryPi monitor for temperature and disk usage using Telegram bot

Awesome Lists containing this project

README

          

# raspberry-telegram-status
**raspberry-telegram-status** is a simple Telegram bot that send you the status of temperature and disk usage of your RaspberryPi.

![](msg.jpg)

## Setup your bot
1. Clone this repository or download it as zip
2. With a text editor open "config.json" and edit *token* and *admin* with your Telegram bot token and your chat id (this is important to avoid that unauthorized users can read your Raspberry status)
3. In your bot add new command "**/status**" using @BotFather

## Requirements
- Python3
- python-telegram-bot (install via pip3)

## Run
Run the bot whit `python3 main.py`

# License
This open-source software is published under the GNU General Public License (GNU GPL) version 3. Please refer to the "LICENSE" file of this project for the full text.