Skip to content

Instantly share code, notes, and snippets.

@webbrowser11
Created September 22, 2024 20:24
Show Gist options
  • Save webbrowser11/0960224a56de28c0adda25be6de735ce to your computer and use it in GitHub Desktop.
Save webbrowser11/0960224a56de28c0adda25be6de735ce to your computer and use it in GitHub Desktop.
BlockBit (scratch) request fetcher
import requests
import time
username = input("enter username:")
print(requests.get(f'https://blockbit.yippymishy.com/balance/{username}').json())
time.sleep(5)
@webbrowser11
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment