Skip to content

Instantly share code, notes, and snippets.

@peacing
Created March 21, 2022 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peacing/fc168e31bb348ec9186e73604aca5524 to your computer and use it in GitHub Desktop.
Save peacing/fc168e31bb348ec9186e73604aca5524 to your computer and use it in GitHub Desktop.
import time
counter = 0
while True:
################
## code
## to fetch
## crypto API
## data
################
counter += 1
time.sleep(299)
if counter > 10:
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment