(05 May, 2021 - 08:59 PM)gir0epmgter3 Wrote: Show Moreyou can do it like this gl! import requests key = input("Whats your key?\n") req = requests.get("pastebin url") if key in req.text: print("your key is valid") else: print("your key isnt valid")