Metadata-Version: 1.0
Name: NewsAnalyzer
Version: 0.0.1
Summary: Package for scraping, ceaning and getting corresponding financial data for stocks mentioned in MArkets setion at Reuters
Home-page: http://pypi.python.org/pypi/NewsAnalyzer/
Author: Misha Ivaniuk
Author-email: mykhailo.ivaniuk@gmail.com
License: LICENSE.txt
Description: 
        ==============
        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>`_
Platform: UNKNOWN
