radroid / simple-stock-tracker

Track and recommend one of the three chosen stocks based on price in the past 30 days and last two weeks of news.
MIT License
1 stars 0 forks source link

Scan/Parse #1

Closed radroid closed 3 years ago

radroid commented 3 years ago
MelnNik commented 3 years ago

https://github.com/radroid/simple-stock-tracker/blob/main/notebooks/Scan_Parse_Store.ipynb

  1. def page_parse() for scaning PRNewsWire and returning URLs of scanned articles to pass the into url_parse() function.
  2. def url_parse() for parsing each article and searching for mentioned tickers
radroid commented 3 years ago

This task is complete.