flecko.app

0.0.1 • Public • Published

Flecko APP

Create bots for https://flecko.app

Example

const { Client } = require('flecko.app');
const client = new Client();

client.on("ready", async (data) => {
    const uid = data.id;
    const me = await client.users.get("me"); // reserved for your current session
    console.log(data.groups)
    console.log(me)

    const site_stats = await client.stats();
    console.log(site_stats);
});

client.login(
    "YOUR_EMAIL",
    "YOUR_PASSWORD"
);

Readme

Keywords

Package Sidebar

Install

npm i flecko.app

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

3.5 kB

Total Files

4

Last publish

Collaborators

  • koffe