blocklive (https://chrome.google.com/webstore/detail/blocklive-scratch-realtim/gelkmljpoacdjkjkcfekkmgkpnmeomlk) is wacky
it lets you collab on projects in real time (cool)
(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.
btw: the first person to find the easter egg will get VERIFIED!! (if they have an account)
i’ve hidden an easter egg in the bit talk api, wonder what it is?
planned bit talk features:
like button (api endpoint is up)
settings page (will include themes, a username change page, and a password change page if i can figure it out)
update 3: they unblocked it again??? wtf is going on
update 2: they blocked bit talk, but only bit talk. not caratscript, word of the day…
looks like they hate bit talk!!!
update: it got unblocked
looks like it was just a local thing
school blocks my replit domain for some reason
uses a replit proxy to access my replit domain
edit: to clarify, it only blocked my domain (8bitjake.repl.co), no other replit domains were blocked.