Created
September 22, 2024 20:24
-
-
Save webbrowser11/0960224a56de28c0adda25be6de735ce to your computer and use it in GitHub Desktop.
BlockBit (scratch) request fetcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
username = input("enter username:") | |
print(requests.get(f'https://blockbit.yippymishy.com/balance/{username}').json()) | |
time.sleep(5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://scratch.mit.edu/projects/669020072/