معرفی شرکت ها


fear-and-greed-0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python wrapper for CNN Fear & Greed Index.
ویژگی مقدار
سیستم عامل -
نام فایل fear-and-greed-0.4
نام fear-and-greed
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Víctor Terrón
ایمیل نویسنده quintanar@gmail.com
آدرس صفحه اصلی https://github.com/vterron/fear-and-greed
آدرس اینترنتی https://pypi.org/project/fear-and-greed/
مجوز -
Python wrapper for CNN's [Fear & Greed Index](https://money.cnn.com/data/fear-and-greed/). Fetches CNN's website, parses the index value and returns the data as a three-element tuple. # Installation ```bash pip install fear-and-greed ``` # Usage example ```python import fear_and_greed fear_and_greed.get() ``` Returns a three-element namedtuple with (a) the current value of the Fear & Greed Index, (b) a description of the category into which the index value falls (from "Extreme Fear" to "Extreme Greed") and (c) the timestamp at which the index value was last updated on CNN's website. Example: ```python FearGreedIndex( value=31.4266, description='fear', last_update=datetime.datetime(2022, 4, 25, 16, 51, 9, 254000, tzinfo=datetime.timezone.utc)), ) ``` Requests to CNN's website are locally [cached](https://pypi.org/project/requests-cache/) for 1m. [![Test workflow](https://github.com/vterron/fear-and-greed/actions/workflows/test.yml/badge.svg)](https://github.com/vterron/fear-and-greed/actions/workflows/test.yml) [![PyPI badge](https://img.shields.io/pypi/v/fear-and-greed?color=blue)](https://pypi.org/project/fear-and-greed/) [![Black badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


نیازمندی

مقدار نام
- requests
- requests-cache


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

مقدار نام
>=3.0 Python


نحوه نصب


نصب پکیج whl fear-and-greed-0.4:

    pip install fear-and-greed-0.4.whl


نصب پکیج tar.gz fear-and-greed-0.4:

    pip install fear-and-greed-0.4.tar.gz