jaydixx's avatar

@jaydixx
Beta tester

rat [any pronouns]
Wall

is it just me or are repl’s backend servers down?

all of my repls won’t boot up and none of the files load…

The reposted post was deleted

@late i see you trying to post scripts on bit talk :trol:

reposting is now available for bit talk

(note that it’s very primitive and doesnt let you do much)

3 0 0

made cookies, they started running

please help (one of them said they’re brave)

i miss the minigames in the older console versions

theyre actually still on my wii u copy of minecraft but theyre not as active as they were in 2016-17

I miss when xbox one edition minecraft got updates

i miss club penguin

3 1 12

apparently my school unblocked cubeupload last night. cool.

7 0 0

its me

8it

8bit’s small opinions on things

(part 2)

-

i honestly prefer prod wasteof’s design over the beta design. i kinda want jeffalo to add an option to the beta site to revert to the old design while keeping beta functionalities, but i understand if he wont do that

8bit’s small opinions on things

(part 1)

-

i love the new search menu on chromebooks

its sleek and gets to the point

this is where i’d put a screenshot if i could take one

3 0 3

how should i handle comments on bit talk?

i can:

a. show comments in a separate page, similar to how every other social media does it

or

b. show the comments in a popup window (wouldnt actually be a popup as a window, but rather as a sidebar-type thing on the page)

ive been stuck here in school for 9 hours

i was supposed to leave an hour ago

if this post gets 8 likes i will remove a bit from myself

(8bit → 7bit)

bit talk api docs

(subject to change)

————————————

/api/data

returns all data, will be moved to separate endpoints soon

/api/defpfp

returns the default profile picture

/api/getUserPfp/[username]

gets the specified user’s pfp url. unused.

/api/post/[content]/[username]/[password]

posts something using the given account. content must be base64 encoded.

/api/chatMsg/[content]/[username]/[password]

posts something to the (unopened) /chat page.

/api/like/[id]/[post creator]/[username]/[password]

likes the given post on someone’s page. for example, /api/like/0/8bit/[username]/[password] would like the first post on my account (@8bit).

/api/register/[username]/[password]

registers an account.

/api/login/[username]/[password]

doesnt actually login, but is rather used to check if your info is correct when logging in.

if you’re making a bot, dont use this.

/api/changeBio/[new bio]/[username]/[password]

changes your bio. your new bio must be url encoded.

/api/changePfp/[pfp url]/[username]/[password]

changes your pfp. the url must be base64 encoded.