Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.45 KB

File metadata and controls

65 lines (48 loc) · 1.45 KB

Pronote Client for Discord Webhook

Node pronote-api

This script was created to send webhooks when pronote messages and homeworks are sent.

Summary

Installation Guide

  • Step 1 Configure credential : ./Client/credentials.json
{
    "type": "fetch",
    "username": "username",
    "password": "password",
    "url": "pronote url",
    "cas": "academy"
}
  • Step 2 Configure webhook : ./Client/webhook.json
{
    "id": "webhook_id",
    "token": "webhook_token"
}
  • Step 3 Run command
npm i
  • Step 4 Run server
node ./Server/index.js
  • Step 5 Run server
node ./Client/index.js
  • Step 6 Enjoy :)

Built With

Authors

Thanks to

  • Litarvan - pronote-api developer - read more