how do I log in with a python script?

comments (single view)

// js
fetch(`https://api.wasteof.money`, { headers: { Authorization: <TOKEN>}})
View all comments