og @og

how do I log in with a python script?

Nov 30, 2022, 8:01 PM
10
View all Parent

comments

Highlighted comment

this is untested but should work:

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