ent-cookies
v1.1.0
Published
Get your ENT cookies from your username and password for any service!
Downloads
6
Readme
🍪 @ent-cookies
About
This is a typescript library made to easily get cookies from your ENT (Espace Numérique de Travail) account.
This project is made using Deno.
Supported ENTs and services
| ENT | Service | id | |-----------------------------------------------------|---------------------------|-------| | Toutatice (Bretagne) | 🦋 Pronote, 📰 Europresse | toutatice | | Sciences Po Bordeaux| 📰 Europresse | scpobx |
If you want to add support for another ENT, feel free to open a pull request.
Usage
import { getCookie } from "https://deno.land/x/ent_cookies/mod.ts";
const cookiesData = await getCookie("username", "password", "ent", "service");
console.log(cookiesData);