Skip to content

PierreRochard/cbtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbtools

cbtools allows you to download your Coinbase wallet data into a relational SQL database for further analysis.

If you need help with any of these steps please feel free to open an issue, I'd be glad to clarify and help get you set up.

  1. Install PostgreSQL

  2. Create a database in PostgreSQL

  3. Clone the cbtools repository

  4. Get API keys from GDAX and Coinbase, add the environment variables mentioned in config.py

  5. Install the psycopg2, sqlalchemy, and coinbase Python packages

pip install -r requirements.txt
  1. Run the scripts
python cbtools/models.py
python cbtools/main.py

About

Download all of your Coinbase data to a SQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages