معرفی شرکت ها


fin-news-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A finance news aggregator used to collect articles on different market topics.
ویژگی مقدار
سیستم عامل -
نام فایل fin-news-0.1.2
نام fin-news
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alex Reed
ایمیل نویسنده coding.sigma@gmail.com
آدرس صفحه اصلی https://github.com/areed1192/finance-news-aggregator
آدرس اینترنتی https://pypi.org/project/fin-news/
مجوز -
# Finance News Aggregator ## Table of Contents - [Overview](#overview) - [Setup](#setup) - [Usage](#usage) - [Support These Projects](#support-these-projects) ## Overview Current Version: **0.1.2** Investors use news articles to gain an idea of market sentiment and hopefully be able to predict the direction of markets based on the sentiment of these articles and how they are published. The `finnews` library is designed to help the collection of news articles related to business topics and market news easy and efficient. ## Setup To **install** the library, run the following command from the terminal. ```console pip install fin-news ``` To **upgrade** the library, run the following command from the terminal. ```console pip install --upgrade fin-news ``` ## Usage Here is a simple example of using the `finnews` library to to grab the top stories on CNBC. ```python from pprint import pprint from finnews.client import News # Create a new instance of the News Client. news_client = News() # Grab the CNBC News Client. cnbc_news_client = news_client.cnbc # Grab the top news. cbnc_top_news = cnbc_news_client.news_feed(topic='top_news') # Print it. pprint(cbnc_top_news) ``` ## Support These Projects **Patreon:** Help support this project and future projects by donating to my [Patreon Page](https://www.patreon.com/sigmacoding). I'm always looking to add more content for individuals like yourself, unfortuantely some of the APIs I would require me to pay monthly fees. **YouTube:** If you'd like to watch more of my content, feel free to visit my YouTube channel [Sigma Coding](https://www.youtube.com/c/SigmaCoding).


نیازمندی

مقدار نام
>=2.24.0 requests
==0.1.11 fake-useragent


زبان مورد نیاز

مقدار نام
>3.7 Python


نحوه نصب


نصب پکیج whl fin-news-0.1.2:

    pip install fin-news-0.1.2.whl


نصب پکیج tar.gz fin-news-0.1.2:

    pip install fin-news-0.1.2.tar.gz