Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danisancas/pvpc-report
App para consultar el precio de la luz PVPC vía Telegram
https://github.com/danisancas/pvpc-report
github-actions hexagonal-architecture python python3 telegram telegram-bot telegram-channel
Last synced: about 1 month ago
JSON representation
App para consultar el precio de la luz PVPC vía Telegram
- Host: GitHub
- URL: https://github.com/danisancas/pvpc-report
- Owner: DaniSancas
- License: mit
- Created: 2022-04-29T13:08:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T18:19:24.000Z (over 2 years ago)
- Last Synced: 2023-07-02T00:01:38.638Z (over 1 year ago)
- Topics: github-actions, hexagonal-architecture, python, python3, telegram, telegram-bot, telegram-channel
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pvpc-report
[![Test](https://github.com/DaniSancas/pvpc-report/actions/workflows/ci.yml/badge.svg)](https://github.com/DaniSancas/pvpc-report/actions/workflows/ci.yml)
[![Daily post to channel](https://github.com/DaniSancas/pvpc-report/actions/workflows/daily_message.yml/badge.svg)](https://github.com/DaniSancas/pvpc-report/actions/workflows/daily_message.yml)---
:es:
App para consultar el precio de la luz PVPC en España desde el canal de Telegram [PVPC Report](https://t.me/pvpc_report).
Extrae diariamente los datos del precio de la luz de la [API pública de preciodelaluz.org](https://api.preciodelaluz.org/), realiza unas operaciones de analítica básica y envía la información al canal de Telegram.
La ejecución se realiza pasada la medianoche en España de manera automatizada mediante [Github Actions](https://github.com/DaniSancas/pvpc-report/actions/workflows/daily_message.yml).
---
:gb:
App to read the PVPC electric tariff from the Telegram channel [PVPC Report](https://t.me/pvpc_report).
Extracts the daily price data from [preciodelaluz.org's public API](https://api.preciodelaluz.org/), performs some basic analytics transformations and sends the information to the Telegram channel.
The execution is triggered after spanish midnight scheduled by [Github Actions](https://github.com/DaniSancas/pvpc-report/actions/workflows/daily_message.yml).