All Projects â†’ bugaiov â†’ capwatch

bugaiov / capwatch

Licence: MIT license
💸 Your Cryptoportfolio. Live.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to capwatch

Open Crypto Tracker
Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
Stars: ✭ 59 (+210.53%)
Mutual labels:  portfolio, crypto, btc
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+2636.84%)
Mutual labels:  crypto, btc
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+118326.32%)
Mutual labels:  crypto, btc
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (+615.79%)
Mutual labels:  crypto, btc
gdax bot
gdax_bot - Micro dollar cost averaging for crypto
Stars: ✭ 57 (+200%)
Mutual labels:  crypto, btc
vickitrix
Trigger crypto trades on GDAX with the Twitter stream
Stars: ✭ 30 (+57.89%)
Mutual labels:  crypto, btc
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+8221.05%)
Mutual labels:  crypto, btc
Subzero
Square's Bitcoin Cold Storage solution.
Stars: ✭ 598 (+3047.37%)
Mutual labels:  crypto, btc
Cryptoetf
Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Stars: ✭ 358 (+1784.21%)
Mutual labels:  portfolio, crypto
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+1005.26%)
Mutual labels:  crypto, btc
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+478.95%)
Mutual labels:  crypto, btc
Cryptoshadow
CryptoCurrency Tracker for Android & iOS built with @flutter
Stars: ✭ 238 (+1152.63%)
Mutual labels:  portfolio, crypto
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+368.42%)
Mutual labels:  crypto, btc
Bitcoin-Stealer
Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
Stars: ✭ 61 (+221.05%)
Mutual labels:  crypto, btc
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (+136.84%)
Mutual labels:  crypto, btc
Pololender
Free, open source, high performance bot for lending funds on Poloniex exchange
Stars: ✭ 163 (+757.89%)
Mutual labels:  crypto, btc
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (+605.26%)
Mutual labels:  portfolio, crypto
coinget
**deprecated API (no longer works)** The fastest cli 💻 price checker for cryptocurrencies📈
Stars: ✭ 27 (+42.11%)
Mutual labels:  crypto, btc
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (+10.53%)
Mutual labels:  crypto
common
Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers. Full documentation & examples available.
Stars: ✭ 221 (+1063.16%)
Mutual labels:  crypto

Capwatch

Build Status Coverage Status Gem Version

Watch your cryptoportfolio in a console

Demo

Installation

$ gem install capwatch
$ capwatch

Don't forget to edit ~/.capwatch with a number of cryptocurrencies you hold.

Remote Config

If you want to store the configuration of the fund remotely, please do so by creating a file ~/.capwatch.remote. It will automatically be read in priority to the local one. The file should just contain the URL which will yield fund.

Example

$ cat ~/.capwatch.remote
http://yourhost.com/fund.json

Currency

You can select which currency to use but editing the "currency": "USD" line in the fund. (default: USD)

CryptoList

$ capwatch -a

Will show you the top 100 currencies sorted by market capitalization

Watch

$ capwatch -w

You can watch you portfolio in real time by added the -w option

Anybar

$ capwatch --anybar

Also please install this fork of Anybar, works currently only on macOS

Telegram

If you want to get portfolio notifications on demand into your telegram, you'll need:

  1. Create a telegram bot via BotFather

  2. Get the bot token

  3. Start capwatch with the bot token in hand

     $capwatch -e <bot_token>
    

Currently, Capwatch supports only two commands

  • /watch - shows the entire portfolio
  • /cap - shows only the footer of the portfolio, e.g. summaries

Remember to start it on a server in a tmux window or as a daemon.

Available Data Providers

  1. http://coinmarketcap.com

Demo Funds

Fund examples can be found here which were taken from here

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].