lily — 7/21/2021, 9:35:46 PM

I’m gonna make api docs and/or an api wrapper for wasteof

♥ 1 ↩ 0 💬 6 comments

comments

jeffalo:

please don't.. at least not until i create a proper bot account system.

7/31/2021, 5:55:23 PM
lily:

No like I could make an electron app of wasteof (as well as bots but I will wait)

8/3/2021, 6:46:21 PM
doey:

ive already made docs at https://github.com/redtophat/wasteof2-docs

7/22/2021, 8:20:41 AM
lily:

that’s awesome I’ll do the wrapper then

7/22/2021, 9:40:36 PM
doey:

epic

7/23/2021, 8:52:12 AM
lily:
var wasteof = WasteofMoneyAPI();
wasteof.appID = "WikiTutorial"
wasteof.appVersion = "0.0.1"
var token = wasteof.authenticate("username", "password"); // maybe I’ll use net profiler on GitHub to see how it logs in
wasteof.intent('post', '<p>bruh</p>', token);
7/21/2021, 9:55:32 PM