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.
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.
import { getCookie } from "https://deno.land/x/ent_cookies/mod.ts";
const cookiesData = await getCookie("username", "password", "ent", "service");
console.log(cookiesData);