Skip to content

A python container used to upload values obtained by the TastyTrade API to InfluxDB

Notifications You must be signed in to change notification settings

ChinoGoblino/tastytracker

Repository files navigation

tastytracker

A python container used to upload values obtained by the TastyTrade API to InfluxDB

Environment Variables

Tastytrade Details

Variable Description
USERNAME Tastytrade profile username
PASSWORD Tastytrade profile password
ACC_NUM Tastytrade account 'number'
TASTYTRADE_URL URL of tastytrade API. Typically https://api.tastyworks.com for production and https://api.cert.tastyworks.com for sandbox. Defaults to https://api.tastyworks.com.

InfluxDB Details

Variable Description
INFLUXDB_TOKEN InfluxDB api token. Use a write only bucket token for maximum security.
INFLUXDB_ORG InfluxDB organisation name
INFLUXDB_BUCKET InfluxDB bucket name
INFLUXDB_URL URL of InfluxDB instance. E.g. http://influxdb:8086

Other Options

Variable Description
FETCH_FREQ How often Tastytrade is queried for metrics. Default 10s.

About

A python container used to upload values obtained by the TastyTrade API to InfluxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published