Skip to content

hypedevss/hebece-prometheusweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Authentication
  • Multi student
  • Messages (Reading)
  • Messages (Sending)

Notice

This library is highly experimental, unexcepted errors may occur.

If you find an error, try to fix it yourself, or make an issue.

REMEMBER Sometimes i can't replicate the issue on my account, so i would need your help in that case.

Usage

Example code:

import { ListStudents, LoginHandler, SelectStudent } from '@hebece/addon-prometheusweb'
const user = 'your login'
const pass = 'your password';
(async () => {
	const loginhandler = new LoginHandler(user, pass);
	await loginhandler.initializeLogin();
	const captchaImg1 = loginhandler.captcha[0]; // base 64 encoded
	const captchaImg2 = loginhandler.captcha[1]; // base 64 encoded
	await loginhandler.login();
	const students = await ListStudents();
	console.log(students)
	const selectedStudent = await SelectStudent(0);
	console.log(selectedStudent);
})()

Proper documentation soon

About

Addon for hebeCE to use paid features for free

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published