Skip to content

Instantly share code, notes, and snippets.

@tpandit
tpandit / snoopy.py
Last active September 14, 2023 17:36
Crypto currency live monitor that auto updates
import curses
import time
import sys
import requests
# Constants
CURRENCY='USD'
REQUESTS_PER_MINUTE=10
REQUEST_URI='https://api.coinmarketcap.com/v1/ticker/'