Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacksonpf1/md-vzla-tg-bot

A Telegram bot to get the current prices of he dollar from various financial sources. Created with Python (pyTelegramBotAPI, beautifulSoup4, requests)
https://github.com/jacksonpf1/md-vzla-tg-bot

bot python python-bot telegram-bot telegram-bot-python web-scraping

Last synced: about 4 hours ago
JSON representation

A Telegram bot to get the current prices of he dollar from various financial sources. Created with Python (pyTelegramBotAPI, beautifulSoup4, requests)

Awesome Lists containing this project

README

        

# Monitor Dolar Venezuela Bot
@md_vzla_bot is a Telegram bot to get the current prices of the dollar from various financial sources. Created with Python (PyTelegramBotAPI, Requests, BeautifulSoup4).

# How it works

1. Bot is initialized by executing: python3 main.py.
2. Each time the user sends a valid command, the bot replies with a message
- If the command sent is /precios or /precio the bot will send scraped data from the website: https://monitordolarvenezuela.com/ formatted in a readable way.
3. Steps 1 and 2 keeps repeating while the bot is on.