1.0.1-a • Published 10 months ago

@blacket.js/bot v1.0.1-a

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@blacket/bot

A third-party Blacket bot package. Allows you to create bots for the Blacket game on any instance of v2.

This is the package used for the famous ConfidenceBot until shutdown a couple months ago.

You can start an instance quickly:

const bot = require('@blacket/bot');
const Blacket = new bot();

await Blacket.login({
    username: 'BlacketUsername',
    password: 'BlacketPassword'
});

// You're logged in! Enjoy!

Through the Blacket object, this will then provide a variety of functions which can be viewed inside of the source code. We operate on a small development team and can't fully provide all documentation, but the code is not minified or obfuscated in any way.

This package can be used with the following packages:

  • @blacket/2fa

Copyright (C) 2023-2024 xthonk

1.0.1-a

10 months ago