Skip to main content

version

Project description

tpulse-py

Tinkoff social pulse api wrapper

PyPI Version Build Status Code Coverage Code Quality

Installation

pip install tpulse

<! -- [tool.flit.metadata] -->

Usage example

from tpulse import PulseClient
from pprint import pp


with PulseClient() as pulse:
    user_info = pulse.get_user_info("finvestpaper")
    pp(user_info)
    
    user_posts = pulse.get_posts_by_user_id(user_info["id"])
    pp(user_posts)
    
    ticker_posts = pulse.get_posts_by_ticker("AAPL")
    pp(ticker_posts)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tpulse-0.1.7.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

tpulse-0.1.7-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page