og @og

how do I log in with a python script?

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

comments

Highlighted comment

or to get your token:

import requests
requests.get("https://wasteof.money/session", json={"username": "user", "password": "password"})