Mohpann / AlgoTrading

Repository containing trading algorithms for SIG-Algorithmic Trading.
4 stars 17 forks source link

News Getter #14

Open Mohpann opened 1 month ago

Mohpann commented 1 month ago

I need some to implement basic functionality for our new getter program. This program will get the top headlines for a specific field like technology, geopolitics, and fed policy. This program's output will be piped to the sentiment analysis program. It should have some string outputs in either an array or dict.

I have provided comments in the file "newsGetter.py" in the SentimentAnalysis folder to help. If you want to work on this, assign yourself to this issue and hack away. Thanks.

Zaydo123 commented 1 month ago

Don't have enough time to do the issue but whoever can, take a look at XML parsing the headlines from these RSS Feeds. https://about.fb.com/wp-content/uploads/2016/05/rss-urls-1.pdf

TUTULEMAN commented 4 weeks ago

just created a branch that covers this, please give it a look