All Projects → joshblum → profbit

joshblum / profbit

Licence: MIT license
Track your Coinbase profits!

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to profbit

Crypto-Resources
Resources for trading Bitcoin and Altcoins
Stars: ✭ 22 (-40.54%)
Mutual labels:  cryptocurrencies, litecoin
Gdax Python Api
GDAX API written in Python3 using async/await
Stars: ✭ 52 (+40.54%)
Mutual labels:  coinbase, litecoin
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+683.78%)
Mutual labels:  coinbase, litecoin
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+197.3%)
Mutual labels:  coinbase, cryptocurrencies
Go Quote
Yahoo finance/Google finance/Coinbase/Bittrex/Binance/Tiingo historical quote downloader library and cli written in golang
Stars: ✭ 198 (+435.14%)
Mutual labels:  coinbase, litecoin
coinbase-moneymoney
Fetches balances from Coinbase API and returns them as securities
Stars: ✭ 18 (-51.35%)
Mutual labels:  coinbase, coinbase-api
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+786.49%)
Mutual labels:  coinbase, cryptocurrencies
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (+183.78%)
Mutual labels:  cryptocurrencies, litecoin
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (+221.62%)
Mutual labels:  coinbase, litecoin
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+178.38%)
Mutual labels:  coinbase, cryptocurrencies
real-time-cryptocurrency-market-prices-websocket
A complete look at the available websockets and how you can use them to implement the executium market data into your own projects.
Stars: ✭ 31 (-16.22%)
Mutual labels:  bitcoin-price, ethereum-price
node-interface
Web status page for Litecoin (and similar) full nodes
Stars: ✭ 16 (-56.76%)
Mutual labels:  cryptocurrencies, litecoin
algo-coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 386 (+943.24%)
Mutual labels:  coinbase, bitcoin-cash
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+9872.97%)
Mutual labels:  coinbase, coinbase-api
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (+229.73%)
Mutual labels:  cryptocurrencies, litecoin
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+678.38%)
Mutual labels:  coinbase, litecoin
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+845.95%)
Mutual labels:  cryptocurrencies, litecoin
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (+37.84%)
Mutual labels:  cryptocurrencies, litecoin
Xchange.js
Bitcoin and Altcoin exchange api aggregator / wrapper
Stars: ✭ 74 (+100%)
Mutual labels:  coinbase, cryptocurrencies
awesome-bitcoin-cash
Bitcoin Cash projects & resources
Stars: ✭ 28 (-24.32%)
Mutual labels:  cryptocurrencies, bitcoin-cash

profbit logo

Circle CI codecov Deploy

Track your bitcoin, bitcoin cash, ethereum, and litecoin gains and losses in one place. profbit preview

Development Setup

Requirements

We use Pipenv to manage requirements.

pip install pipenv
pipenv install
pipenv shell
npm install --dev

Server Config

You will first have register an application on Coinbase. When registering your app be sure to add the redirect url i.e. https://app-name.herokuapp.com/complete/coinbase/. Then export the following configuration variables and create the database:

cd profbit

export SECRET_KEY="super-secret-key"
export SOCIAL_AUTH_COINBASE_KEY="coinbase-key"
export SOCIAL_AUTH_COINBASE_SECRET="coinbase-secret"
export FLASK_APP=app.py
export FLASK_DEBUG=1

flask syncdb
npm build

Donate

Profbit is an open source side project. To support development and keep our server running, you can donate using:

  • Bitcoin: 19UsnMKjhm22mFEYKKNHjxdFCfnShTcbPM
  • Bitcoin Cash: 1L7qfnMFdgfrE5qTLDYvQskn3TiubUUpJP
  • Ethereum: 0x97A3D535391A5a87f8362935B26f252E68C25Aca
  • Litecoin: LWk4TL8n866gmLmEvQWSs9V7tBBdyoWjgQ

Attribution

The heart icon was created by Jivan from the Noun Project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].