Skip to content

Instantly share code, notes, and snippets.

View webbrowser11's full-sized avatar
😁
i do python, shell (sorta), and html.

T_cat9000_2 webbrowser11

😁
i do python, shell (sorta), and html.
View GitHub Profile
go python is a repo i made to give the powers of python a brand new spotlight!
python is a powerful programming language and it should be celebrated that is why i made go-python!
view here:
https://webbrowser11.github.io/go-python
@webbrowser11
webbrowser11 / gist:0960224a56de28c0adda25be6de735ce
Created September 22, 2024 20:24
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)