For what exactly?

for someone all about not starting drama, you sure are invested in it

You’re the first person I’ve ever seen on the wo.m chat

Not a criminal yet

🤔🤔

do you know who Elaruu is

the scratch thing?

ok chain?? chat is this real

vector go brr

i should be on cool people list grrr

in your beta sidebar

check my sidebar

either im stupid or im right but i dont see me in the list

🎉 I’m your 50th follower!

I said something controversial…

oh dear

It’s fine, I don’t regret it.

@wasteofplus has 2 followers more than you… in a week…

Ikr, I’ll just cry about it

ah cool, thanks

is there a website you go to to find all these good api?

I just searched google for “harry potter quote API”

how's the bot goin?

good, but i can’t really find a good api that is still working

I had an idea to make a cool bot, and maybe we could make it together, but it would be a rock paper scissors bot. So you can comment your choise on the bot’s wall. And it will reply with rock or sccissor or paper (chosen randomly) and then will calculate the winner.

that would be cool

An admin, radi8 gave you 1.5 WomBucks!
import requests
import json
quote = requests.get("https://api.breakingbadquotes.xyz/v1/quotes").json()[0]
author = quote["author"]
quote = quote["quote"]
print(quote)
authJson = {"Authorization": "[redacted] (your wasteof token)"}
post = requests.post("https://api.wasteof.money/posts", headers = authJson, json = {"post": f"<h2>{author}</h2> <p>{quote}</p>"})
print(post.json())

ty ty, can i turn this code into a harry potter quote bot, with credit to you?

yeah, thats fine

how do i find my token?

go into your cookies on prod, and look for the token cookie

and if you have a raspberry pi or something, make a cron job to run it

Load more comments