how do I log in with a python script?

comments (single view)

or to get your token:

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