Skip to content

💰 Python + Nomics Cryptocurrency API = Real-time crypto values in your command line.

Notifications You must be signed in to change notification settings

dknific/dk-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dk-weather

A Python CLI to fetch values of popular cryptocurrencies in real-time.

This program uses the free and public Nomics Cryptocurrency and Bitcoin API.

Currently, Nomics only supports returning data in USD. (Sorry!)

How to run on your machine:

After cloning this repo to your machine, you'll first need to do two things:

  1. Get your own free API key to the Nomics Cryptocurrency and Bitcoin API here, and then,
  2. Make a copy of config.example.py named config.py, and replace the dummy string with your API key. This will allow the program to fetch real-time crypto data straight from your command line!

Then just navigate to the root directory and run:

pip install -r requirements.txt
python dk-crypto.py

About

💰 Python + Nomics Cryptocurrency API = Real-time crypto values in your command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages