issues
search
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
Track/Store/Search
#2
Open
radroid
opened
3 years ago
radroid
commented
3 years ago
[x] Keep track of the news by storing the parsed news - CSV file.
[x] For all parsed news, search the content of the tracked news to find at least 2-3 stock symbols in a specific industry of your choice; e.g: (TSX: TSLA); (TSX: GM).
MelnNik
commented
2 years ago
Csv file
created after scanning and parsing news articles.
radroid
commented
2 years ago
Assigned to @radroid
[ ] Add Doc-strings for each function
[ ] url_parse
[ ] page_parse
[ ] run_scanner
radroid
commented
2 years ago
[x] Use
tqdm
library to create a progress bar.
[x] Nested progress bar in Notebook.