Closed radroid closed 3 years ago
https://github.com/radroid/simple-stock-tracker/blob/main/notebooks/Scan_Parse_Store.ipynb
def page_parse()
for scaning PRNewsWire and returning URLs of scanned articles to pass the into url_parse()
function.def url_parse()
for parsing each article and searching for mentioned tickers This task is complete.