how do you just post a string? (without the author quote thing), just like the bare bone, /make waste of say hello world with request

just remove the stuff that is in the string

I tried, and just left the {“post”} but it didn’t work

what is the simplest way to just post a simple string

…did you include the headers?

idk, ig I’ll figure it out

Wait, is it, post = requests.post("https://api.wasteof.money/posts", json = ("Hallo"))

no, it should be requests.post("https://api.wasteof.money/posts", headers = authJson, json = {"post": f"hello world"})

See more replies
View all comments