
==============
News Analyzer
==============

News Analyzer provides users with the ability to easily scrape market news data(from reuters.com) and corresponding financial information about stocks mentioned in this article. Users can scrape new data or use the one scraped and cleaned by our first scrape(from March 2021 to September 2020).

Typical usage:

    from newsanalyzer import NewsAnalyzer

    NewsAnalyzer(workType, api, token, name, path, count)

For the full documentation refer to the GitHub `repo <https://github.com/mykhailoivaniuk/reutersanalyzer>`_.
You will need to install aditional packages and data for this package to work. All instructions are in the github repo above

Contributors
------------

* `Mykhailo Ivaniuk <https://github.com/mykhailoivaniuk>`_
* `Mateo Osorio <https://github.com/osoriomateo>`_
* `Veronika Starodubets <https://github.com/veronikams19>`_