Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcoagz/dolario-bot
Dolario es un bot de Telegram que brinda diversas funcionalidades para que puedas obtener el precio actual del dólar en Venezuela.
https://github.com/fcoagz/dolario-bot
bot dolar pydolarvenezuela python telegram-bot venezuela
Last synced: 27 days ago
JSON representation
Dolario es un bot de Telegram que brinda diversas funcionalidades para que puedas obtener el precio actual del dólar en Venezuela.
- Host: GitHub
- URL: https://github.com/fcoagz/dolario-bot
- Owner: fcoagz
- License: mit
- Created: 2024-01-05T15:10:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T19:18:02.000Z (12 months ago)
- Last Synced: 2024-11-28T22:49:09.779Z (about 1 month ago)
- Topics: bot, dolar, pydolarvenezuela, python, telegram-bot, venezuela
- Language: Python
- Homepage:
- Size: 797 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dolario-bot
Dolario es un bot de Telegram que brinda diversas funcionalidades para que puedas obtener el precio actual del dólar en Venezuela.![Example](https://github.com/fcoagz/dolario-bot/blob/main/src/assets/1.png?raw=true)
## Librerías necesarias:
- [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI): Una biblioteca de Python para la API de bots de Telegram.
- [pyDolarVenezuela](https://github.com/fcoagz/pyDolarVenezuela): Una biblioteca para obtener el precio del dólar en Venezuela.
- [python-dotenv](https://github.com/theskumar/python-dotenv): Una biblioteca que carga variables de entorno desde un archivo `.env`.
- [pytz](https://github.com/stub42/pytz): Un paquete Python que proporciona funcionalidades relacionadas con zonas horarias.## Uso
1. Obtenga su token API de bot de Telegram
2. Establecer las variables de entorno: `NAME`, `BOT_TOKEN`, `ADMIN` (opcional), `USERNAME` (opcional).
3. Ejecute los siguientes comandos
```sh
pip install -r requirements.txt
python main.py
```## License
MIT License.