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 will make a post:

import requests

authJson = {"Authorization": "my token"}

post = requests.post("https://api.wasteof.money/posts", headers = authJson, json = {"post": "api test"})