Skip to main content
Deno 2 is finally here 🎉️
Learn more

🍪 @ent-cookies

TypeScript Deno JS

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
Toutatice (Bretagne) 🦋 Pronote, 📰 Europresse

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 cookie = await getCookie("username", "password", "ent", "service");
console.log(cookie);