https://github.com/zeph1997/sentiment-analysis-stock-monitoring-bot
A Telegram bot that will perform sentiment analysis on news to determine the sentiment of a given stock
https://github.com/zeph1997/sentiment-analysis-stock-monitoring-bot
Last synced: about 2 months ago
JSON representation
A Telegram bot that will perform sentiment analysis on news to determine the sentiment of a given stock
- Host: GitHub
- URL: https://github.com/zeph1997/sentiment-analysis-stock-monitoring-bot
- Owner: zeph1997
- Created: 2021-01-08T15:57:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T02:22:50.000Z (over 4 years ago)
- Last Synced: 2025-02-03T23:50:09.402Z (4 months ago)
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentiment-analysis-stock-monitoring-bot
A Telegram bot that will perform sentiment analysis on news to determine the sentiment of a given stock
Developed during Hack & Roll 2021 by [Zeph Ng](https://github.com/zeph1997) and [Marcus Lee](https://github.com/marcusleeeugene)
# Dependencies
* pip install pytelegrambotapi
* pip install beautifulsoup4
* pip install nltk