Skip to content

TeissierYannis/Pronote-client-for-discord-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pronote client for discord. Working with webhooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •