hi god please notice me
john's gone his senses loaded over by your house, you know, it's so basic one two three four john's gone his senses loaded over by your house it's so basic i think you're faking have a good time but don't get into my head do you recommend i wait a while direct and live or keep it constant and selective blue i can read your mind if you want to i will let you blue i can read your mind if you want to i will let you john's gone he needs attention do you understand his inclination i've seen you shaking come down here and i'll show you the wrong way try to rearrange this tired old line connect this smile and keep it standard and reflective blue i can read your mind if you want to i will let you blue i can read your mind i will let you if you want to
the owner man himself
What a wonderful creation you have made!
Guys don’t take this website for granted he spent time working on this website when he could be playing Fortnite. W jeffalo!!
Wasteof is 10+
10 to 12 isn't for kids. It’s pre-teen. >:(
Why did you add a feature to wasteof.money and then remove it almost immediately? I’m referring to the colours on profiles
Hi Jeffalo! I am currently testing a wasteof.money post creator with Node.js. Here is the source code:
import ky from "ky";
const token =
"token";
onst post = `bing bong`;
const response = await ky
.post("https://api.wasteof.money/posts/", {
headers: {
Authorization: token,
},
json: {
post: `<p>${post}</p>`,
repost: null,
},
})
.json();
const id = response.id;
console.log(`Post is live at https://wasteof.money/posts/${id}`);
This should make a post. To get the token make a post and then go to the Network tab and choose the `posts` request. Find the “Authorization” header and paste it’s value to the “token” variable in the code.
You can also get the token with node.js by making a request to https://api.wasteof.money/session with
json: {
"username": (your username)
"password": (your password)
} it works like that, i am using it with got , a node.js library for making requests with javascript
so this is how i made it (you make a post request)
import got from "got";
const { token } = await got
.post("https://api.wasteof.money/session", {
json: {
username: "account",
password: "password",
},
})
.json();You should add a button like the most liked posts weekly, monthly and forever to switch between the to followers and top following leaderboards, I think that would be quite cool (not biased).
when are you gonna update your follower count