https://github.com/mrroot5/tari_luz_esp_bot
Telegram Bot made in Python to get electric light daily prices.
https://github.com/mrroot5/tari_luz_esp_bot
Last synced: over 1 year ago
JSON representation
Telegram Bot made in Python to get electric light daily prices.
- Host: GitHub
- URL: https://github.com/mrroot5/tari_luz_esp_bot
- Owner: mrroot5
- License: gpl-2.0
- Created: 2024-07-20T10:50:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T09:21:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T16:56:30.575Z (over 1 year ago)
- Language: Python
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tari luz esp bot
Telegram Bot made in Python to get Spain light rates.

> Image by [rawpixel.com on Freepik](https://www.freepik.com/free-vector/illustration-light-bulb-icon_3207916.htm).
## Installation
Create virtualenv for Python3 and install dependencies:
```shell
python3.12 -m venv venv
```
```shell
pip install -r requirements.txt
```
Next step is to set your bot token for development:
```shell
echo 'TELEGRAM_BOT_TOKEN = ""' > .env
```
Now you can launch the bot with:
```shell
python bot.py
```