Skip to content

Instantly share code, notes, and snippets.

View charindithjaindu's full-sized avatar
:electron:

Jaindu Charindith charindithjaindu

:electron:
View GitHub Profile
import threading
import requests
import sys
import time
import os
prices = { 'btc': { 'price': 0.00, 'delta': 0.00 } }
if len(sys.argv) < 2:
print('please supply symbols')