A bot that automatically scrapes news articles from the web and parses them if they contain company/stock names. Eventually will incorporate machine learning with this data alongside daily historical data to predict movement of stock.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Python
newspaper
googletrans
nltk
Clone the repo.
Steps:
-
Place each news source on a new line in file:
resources/sources.txt
-
Place each stock as "symbol:name,name,..." on a new line in file:
resources/sources.txt
-
Run the main file:
src/sap.py
- Connor Langlois - ConnorLanglois
This project is not licensed.