skip to Main Content

Telegram bot – Updater

This code is supposed to take up prices from 2 indexes from yahoo finance nd send them to the user when a text is sent in the chat: import requests import telegram from bs4 import BeautifulSoup def get_price(symbol): url =…

VIEW QUESTION
Back To Top
Search