Skip to content

Aggregation of xlm pricing and volume across various trading platforms.

License

Notifications You must be signed in to change notification settings

strongholdpay/xlm-aggregator

Repository files navigation

xlm-aggregator

Aggregation of xlm/btc pricing and volume across various trading platforms.

Setup

Fork the project on github and git clone your fork, e.g.:

git clone https://github.com/<username>/xlm-aggregator.git

Create a virtualenv using Python 3 and install dependencies. I recommend getting python3 using a package manager (homebrew on OSX), then installing virtualenv and virtualenvwrapper to that python. NOTE! You must change 'path/to/python3' to be the actual path to python3 on your system.

mkvirtualenv xlm-aggregator --python=/path/to/python3
pip install -r requirements.txt

Database Setup

You will need to setup a Postgres Database

Install Postgres

Create DB

createdb stronghold-sandbox

Start a python shell and run the following to create the tables:

import database
database.init_db()

Run Program

Ensure your virtual environment is active, then run the following:

python get-orderbooks.py

About

Aggregation of xlm pricing and volume across various trading platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages