1.0.1 • Published 7 months ago

oaci v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
7 months ago

Oaci

An OpenFrp auto-check-in interface package.

Install

npm install oaci --save

Usage

import {info} from 'node:console';
import Oaci from 'oaci';

const oaci: Oaci = new Oaci('Username', 'Password');
const {session, authorization, cookie} = await oaci.getUserData;

info(await Oaci.Sgin(session, authorization, cookie));
1.0.1

7 months ago

1.0.0

7 months ago