Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.07 KB

🍪 @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 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);