Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebandev/ent-cookies
🍪 A typescript API made to easily get cookies from your ENT (Espace Numérique de Travail) account.
https://github.com/ebandev/ent-cookies
deno toutatice typescript vercel
Last synced: about 1 month ago
JSON representation
🍪 A typescript API made to easily get cookies from your ENT (Espace Numérique de Travail) account.
- Host: GitHub
- URL: https://github.com/ebandev/ent-cookies
- Owner: ebanDev
- License: agpl-3.0
- Created: 2024-01-07T17:03:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:06:32.000Z (4 months ago)
- Last Synced: 2024-11-09T02:18:57.065Z (about 2 months ago)
- Topics: deno, toutatice, typescript, vercel
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ent-cookies
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍪 @ent-cookies
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Deno JS](https://img.shields.io/badge/deno%20js-000000?style=for-the-badge&logo=deno&logoColor=white)## 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](https://deno.land/).
## Supported ENTs and services
| ENT | Service | id |
|-----------------------------------------------------|---------------------------|-------|
| [Toutatice (Bretagne)](https://www.toutatice.fr/) | 🦋 Pronote, 📰 Europresse | toutatice |
| [Sciences Po Bordeaux](https://ent.sciencespobordeaux.fr)| đź“° Europresse | scpobx |If you want to add support for another ENT, feel free to open a pull request.
## Usage
```ts
import { getCookie } from "https://deno.land/x/ent_cookies/mod.ts";const cookiesData = await getCookie("username", "password", "ent", "service");
console.log(cookiesData);
```