Skip to main content

The API for readysignal.com

Reason this release was yanked:

Depreciated URL

Project description

ReadySignal API - Python 3.6+

This library is designed to be a wrapper for the ReadySignal API: http://app.readysignal.com

Please direct all questions and/or recommendations to jess.brown@rxa.io.

Installation

pip install readysignal

Usage

Your access token can be found on your "Manage Signal" page within the Output information. The signal id can be found either within the Output information or in the URL of the "Manage Signal" page: https://staging.app.readysignal.com/signal/{signal_id}/manage.

import readysignal as rs

access_token = "your access token"
signal_id = 0

# list signals
rs.list_signals(access_token)

# get signal details
rs.get_signal_details(access_token, signal_id)

# get signal data as json
rs.get_signal(access_token, signal_id)

# get signal data as Pandas DataFrame
rs.get_signal_pandas(access_token, signal_id)

# send signal data to csv file
file_name = "test_signal.csv"
rs.signal_to_csv(access_token, signal_id, file_name)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

readysignal-0.3-py3-none-any.whl (5.2 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