how do I log in with a python script?

comments (single view)

this is untested but should work:

requests.post("https://api.wasteof.money", headers={ Authorization: <TOKEN> })
View all comments