Skip to content

script to collect market's bids and asks through Binance API and stores it into InfluxDB

License

Notifications You must be signed in to change notification settings

rcdeoliveira/binance-market-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple script that collects asks and bids for a particular symbol (e.g. BTCUSDT) and stores it into a InfluxDB database. The measurement always will be the symbol name.

Requirements

The script needs the following python 3 modules: configparser, python-binance, and influxdb.

Also the script needs the database already created.

Configuration

Before launch the script, modify config.ini with your custom values (which are pretty self explanatory)

About

script to collect market's bids and asks through Binance API and stores it into InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages