non-biased-news's wall

← back to profile

nebulous:
6/5/2022, 8:32:07 PM
non-biased-news:

Oooooohhhhhhh

Yea thats awesome

Now I need to figure out how

6/5/2022, 8:36:10 PM
nebulous:

it’s only coming when v2 is officially released.

6/5/2022, 8:36:28 PM
non-biased-news:

For now I’ll figure something out sketchilly

6/5/2022, 8:40:45 PM
nebulous:

Code to log into a bundle account. Will return false if the user is not authorised, otherwise will return the account token of the user.

function bundleLogin() {
    let __Bundle__username = prompt("Bundle username...");
    if(__Bundle__username == null) return false;
    let __Bundle__password = prompt("Bundle password...");
    if(__Bundle__password == null) return false;

    postData('https://bundle-api.lankybox02.repl.co/account/login', { username: __Bundle__username, password: __Bundle__password })
    .then(data => {
        __Bundle__username = "";
        __Bundle__password = "";
        if (data.success) {
            return data.token;
        }else{
            return false;
        }
    });
}
6/5/2022, 5:44:01 PM
nebulous:

by the way the api link is temporary, it will be changed as soon as i get my server*

6/5/2022, 5:44:44 PM
non-biased-news:

Yeah, what are you thinking the new domain will be?

6/5/2022, 5:52:41 PM
nebulous:

honestly idk

6/5/2022, 5:59:04 PM
non-biased-news:

It’d probably be a good idea to figure that out

6/5/2022, 6:00:47 PM
non-biased-news:

In python i could just do this but idk why

import requests
username = input('Username:')
password = input('Password')
req = requests.get('https://bundle-api.lankybox02.repl.co/account/login', json={'username': username, 'password': password})
if error in req.text:
   print('Error')
else:
   token = (req.text).get('token')
   print('Logged in.')

I think

6/5/2022, 8:13:36 PM
non-biased-news:

oh also the token var should actaully be:

token = ((req.ext).ast.literal_eval).get('token')

6/5/2022, 8:21:14 PM
wasteof-news:

Way better than @daily_news

6/2/2022, 11:54:48 PM
non-biased-news:

Thank you so much! :)

6/3/2022, 2:52:42 AM
non-biased-news:

@non-biased-news

5/16/2022, 4:54:16 PM
non-biased-news:

hi

5/16/2022, 4:54:04 PM
oren:

When you see someone online

5/16/2022, 3:13:13 AM
non-biased-news:

When the imposter is sus

5/16/2022, 12:12:48 PM
riverbox:

I can't join

Click the join button, open console and send screenshot

5/13/2022, 8:34:09 PM
non-biased-news:

nothing in console but here is screenshot

that is after like ten minutes

5/13/2022, 9:07:16 PM
riverbox:

go to /chat

5/13/2022, 9:09:23 PM
non-biased-news:

why?

5/13/2022, 10:03:45 PM
daily_news:

meet me in /chat. 5 minutes.

4/28/2022, 8:01:52 PM
non-biased-news:

school blocks it

4/28/2022, 8:06:38 PM
daily_news:

https://wasteof.money/chat/

4/28/2022, 8:07:06 PM
non-biased-news:

yeah I know my school has goguardian and they block the keyword “chat“

4/28/2022, 8:07:48 PM
non-biased-news:

i’ll see if i can proxy it

4/28/2022, 8:08:13 PM
non-biased-news:

im there

4/28/2022, 8:09:21 PM
oren:

F4f?

4/17/2022, 1:55:53 AM
non-biased-news:

Sure!

4/17/2022, 2:24:40 AM
oren:

YO THANKS I'M ON TOP USERS

4/17/2022, 3:08:04 AM
non-biased-news:

Yep np

4/17/2022, 4:35:17 PM
bobcat0701:

Ah why did you ask where I live

4/15/2022, 2:07:30 PM
non-biased-news:

i know a person named caleb that likes the bobcats in mt

4/15/2022, 3:56:42 PM
bobcat0701:

oh bobcats used to be my favorite animal and my birthday is july 1st (0701) so when I created my scratch account the username was bobcat0701

4/15/2022, 4:17:24 PM
non-biased-news:

Oh okay! Cool. also I noticed the yellow and blue colors from the team.

4/15/2022, 5:22:59 PM
bobcat0701:

That’s the Ukrainian flag

4/15/2022, 6:23:11 PM
non-biased-news:

yeah also the bobcat color though

4/15/2022, 7:28:51 PM
oren:

are you biased?

4/12/2022, 4:17:44 PM
non-biased-news:

no. I use default light mode to be non-biased

4/12/2022, 5:11:27 PM