Light mode graphs are now a thing!
To use it,
use:
@wasteof_bot prefer light
wob prefer light | only in /chat
Use the graph command as you would normally : @wasteof_bot graph
Done!
Also the graphs now look a lot neater! The label crowding is fixed and gridlines are lighter.
More about prefer
command here: https://wasteof.money/posts/63f64c74fd891a0d4bd5b581
What happens next will shock him
I just hit the imgbb api ratelimit.
Worst part is that nobody knows what the ratelimit is… I was doing 1 request/second when I hit it
Get random posts from all over wasteof!
Usage:
@wasteof_bot randompost <mode>
wob randompost <mode> | (Only in chat)
mode
is optional. If you provide beta
in it like: @wasteof_bot randompost beta
, it will give you beta links! If nothing is given, it defaults to showing prod links.
Im known as QuantumCodes or Quantum-Codes on all other platforms except for wasteof and scratch
Should i change my username here?
The id of this post is: 63e733a19888c34c76c82686
Check the first revision (before any edits) and the actual post id. This was predicted before this post was posted.
To do this, you must have beta because the ID generation is different in beta and the main site. On beta it is predictable (as it is generated by timestamp)
Wasteof post/comment ID:
It is a 24 character long string encoded in hex.
The first 7 characters depends on the timestamp
The last character is added by 1 after each post (the value by which its added may differ; but posts and wall comments add by 1.)
Rest of characters don’t need to be changed (unless there is a carryover from adding to the last digit)
Method to generate:
py code:
import requests, time
data = requests.get("https://api.wasteof.money/posts/63e733a19888c34c76c82686/comments").json()["comments"][0]
x = hex(int(data["_id"], 16) + 1)[2:] #ID added to 1
y = int(time.time()) + 15 # 15 = buffer
z = hex(y)[2:] + x[8:] # join to rest 17 chars
print("done", z)
with open("abcd.txt", "w") as file: # to make copying easier
file.write(z)
I will give the method in words too so you can make in any of programming language or do it manually (as I used to do)
Get the ID of the last post made. Better make a new post and take its ID and add it by 1 (convert to decimal, add 1, convert to hex)(I will refer to this added ID as just ID)
Add the current UTC time(secs) to a buffer (15 secs should be fine) x = UTC + buffer
Convert the above result to hex, remove the 0x
prefix and then join it to the rest of the ID(last 17 chars)
After generation, wait for buffer - 1 secs
and then post it! (1 second earlier since many times posting isn’t instant due to internet, etc)
Try it out below!
Epic post comping soon
Found this long ago but idk why I never posted this
You are not the problem. Everything else is.
By: Some guy who blames everything on everyone
Programming languages
Elon syndrome
/s /j
Kanye used to be such a good artist and designer. In the past 6 months he lost his mind! What happened?
Idk how i feel about that