a website featuring graphs, web scraping, and sentiment analysis for stocks to advise buy times.
- This was a part of my 24-hour hackathon so some features may be broken.
- Clone this repository
- Download all the required modules. run pip install -r requirements.txt
- Run flaskapp.py and then visit https://127.0.0.1:5000 where the website will be hosted.
- Scroll to the bottom of the page and enter the stock ticker and submit it
- You can now view all graphs and information pertaining to that ticker on the website! Articles related to the stock have also found, scraped, and analyzed with their sentiment value present in the csv file.
- values.txt also contains other calculated information about the stock.