1.0.7 • Published 1 day ago

cainode v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
1 day ago

CAINode

Unofficial Character AI API using Node JS

Example

const CAINode = require("./index.js");
const Char_AI = new CAINode();

(async function() {
    await Char_AI.login("Your Character AI Token");
    console.log("Login successfully");
    await Char_AI.logout()
})();

Issue report

If you have any issue at this Library, please report at https://github.com/kevinAdhaikal/cainode/issues

1.0.7

1 day ago

1.0.6

2 days ago

1.0.5

3 days ago

1.0.4

3 days ago

1.0.2

4 days ago

1.0.1

4 days ago

1.0.3

4 days ago

1.0.0

3 years ago