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

https://github.com/zeph1997/telegram-bot-stocks

A telegram bot that displays the stocks price of requested stocks.
https://github.com/zeph1997/telegram-bot-stocks

chatbot stock-data webscraping

Last synced: over 1 year ago
JSON representation

A telegram bot that displays the stocks price of requested stocks.

Awesome Lists containing this project

README

          

# telegram-bot-stocks

A Telegram bot that allows you to save your own personal Watchlist by using the ```/add``` command.
You can retrieve the stock price at the current point of time by using the ```/getprice``` command. The bot will webscrape and produce the stock price of all stocks in the watchlist!

Used:
* pyTelegramBotAPI
* BeautifulSoup4
* requests

Tags:
* Webscrapping
* Chatbot