| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Telegram's Bot that shows and alerts you from the state of your Rasbpberry Pi.
These are the basic parameters of the bot's configuration:
It exists two examples where we can save that commands, the first is my_config/config_example.ini, this configuration is used when we execute the bot directly from Python. On the other hand, if we execute the bot from Docker, we have the .example.env file.
We can launch the bot in two differents ways:
In order to launch the bot from Python, we will use the next commands:
pip install -r requirements.txt
python raspberryPi_bot.py --config_path my-config/my_config.iniThe parth my-config/my_config.ini will be the path that we have configurated ath the configuration's file, the showed path is the path that it is recommend.
[In progress]
| Back | FazBrowse Home | New Git URL |