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.
- Host: GitHub
- URL: https://github.com/zeph1997/telegram-bot-stocks
- Owner: zeph1997
- Created: 2020-01-11T04:44:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T02:32:18.000Z (over 3 years ago)
- Last Synced: 2025-02-03T23:50:06.628Z (over 1 year ago)
- Topics: chatbot, stock-data, webscraping
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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