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
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 |
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) |