ckandr is a python-based command-line application Cryptocurrency prices from popular Indian cryptocurrency exchanges. There are already some great command-line cryptocurrency price ticker tools like Coinmon and it's python port Pycoinmon. ckandr is heavily inspired by both these projects. However, both these projects get their data from CoinMarketCap's API. This is of no use to Indian investors who are investing through Indian exchanges like Koinex, ZebPay and others. ckandr aims to solve this problem by fetching prices from these sites. (and more to follow soon)
For all you non-Hindi speaking people out there, ckandr is a play on a Hindi word, Sikander, which means a "warrior" or "defender". And the pseudo-acronym of ckandr, Crypto KA Naya Desi Rate, just means the latest price of cryptocurrencies in Rupees.
It can be done in a couple of ways
$ pip install ckandr
And if you want to upgrade
$ pip install ckandr --upgrade
Clone the Repo
git clone [email protected]:screwgoth/ckandr.git
cd ckandr
Setup a virtual environement (optional)
virtualenv -p python3 .venv36
Install the requirements
pip install -r requirements.txt
Install ckandr
pip install .
If you ever pull the latest code, you can just upgrade
pip install . --upgrade
Checkout help:
ckandr --help
Please refer to the TODO.md
file for the list of things to do for world domination
The code in this project is licensed under the MIT License.
Please refer to the LICENSE
file for more information