https://github.com/laurobmb/solarman
Este programa serve para facilitar a coleta de dados do sistema de energia solar da solar energy, possuindo ainda uma opção de enviar os dados coletados para um grupo no telegram
https://github.com/laurobmb/solarman
container docker dockerfile python python3 selenium selenium-python selenium-webdriver telegram telegram-api telegram-bot telegram-bot-api telegram-bots
Last synced: about 1 month ago
JSON representation
Este programa serve para facilitar a coleta de dados do sistema de energia solar da solar energy, possuindo ainda uma opção de enviar os dados coletados para um grupo no telegram
- Host: GitHub
- URL: https://github.com/laurobmb/solarman
- Owner: laurobmb
- Created: 2022-07-30T02:29:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T14:11:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T20:57:54.164Z (over 3 years ago)
- Topics: container, docker, dockerfile, python, python3, selenium, selenium-python, selenium-webdriver, telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bots
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOLARMAN Solar
[](https://quay.io/repository/lagomes/solarman_notifications)
### Run command
docker run -it \
--name notifications --rm \
-e USUARIO='your username' \
-e LINK='https://global.hoymiles.com/platform/login' \
-e SENHA='your password' \
-e CHAT_ID='your chat idd' \
-e DEBUG=0 \
-e TOKEN='your token of telegram bot' \
quay.io/lagomes/hoymiles_notifications:main
#### For tests
podman run -it --name hoymiles \
--rm \
-e USUARIO='your username' \
-e LINK='https://global.hoymiles.com/platform/login' \
-e SENHA='your password' \
quay.io/lagomes/hoymiles:main
# References
* [bot API telegram](https://core.telegram.org/bots)
* [Lib python](https://python-telegram-bot.org/)