Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jacksonpf1/md-vzla-tg-bot
- Owner: jacksonpf1
- Created: 2023-02-13T01:01:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T05:16:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T05:16:25.346Z (about 4 hours ago)
- Topics: bot, python, python-bot, telegram-bot, telegram-bot-python, web-scraping
- Language: Python
- Homepage: https://t.me/md_vzla_bot
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.