
==============
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 GetData

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

For the full documentation refer to the GitHub `repo <https://github.com/mykhailoivaniuk/NewsAnalyzer>`_.

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

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