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
Release history Release notifications | RSS feed
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
Close
Hashes for readysignal-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0313d1ca1ad92226de05e1659144cb8f5bba52aeebf3c704b8e7ab9c3974f79b |
|
MD5 | 0428fe55f08a4c6ed0cc65589f4986ae |
|
BLAKE2b-256 | 92321b3e7ac23de357181975e403f3ea92c783329bb2a7584c6142c1d0d41062 |