oren — 6/18/2022, 10:55:07 PM

wasteof-client version 3.0.0 is now out!

Here’s the docs: https://oren-lindsey.github.io/wasteof-client-docs/setup

The repo: https://github.com/Oren-Lindsey/wasteof-client3

Here’s a little sample of what it can do:

import { Wasteof2Auth } from 'wasteof-client'
const wasteof = new Wasteof2Auth('ee','bacon')
await wasteof.login()
wasteof.listen(async (event) => {
    if (event.type == 'updateMessageCount') {
        await wasteof.post('I have new messages!', null)
    }
})

It’s very cool! :)

♥ 4 ↩ 2 💬 6 comments

comments

grippins:

finally i need this

7/12/2022, 2:03:58 AM
oren:

Np

7/12/2022, 2:04:40 AM
nebulous:

wasteof-client3 does not exist.

6/20/2022, 9:42:56 PM
oren:

oops

6/25/2022, 3:20:58 PM
grippins:

@jeffalo As you can see here, things inside of code blocks will still count as clickable links. This is probably not a good thing.

6/18/2022, 11:14:57 PM
jeffalo:

yeah. this is a bug with the way links are linkified.

6/19/2022, 6:52:07 AM