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
- Host: GitHub
- URL: https://github.com/datalux/raspberry-telegram-status
- Owner: Datalux
- License: lgpl-3.0
- Created: 2020-02-05T09:20:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T09:52:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-05T16:51:15.177Z (9 months ago)
- Topics: python3, raspberry-pi, raspberry-pi-3, telegram-bot
- Language: Python
- Size: 38.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.