how do I log in with a python script?
this is untested but should work:
requests.post("https://api.wasteof.money", headers={ Authorization: <TOKEN> })