Skkay / Edusign-Auto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmatically sign on Edusign

Install

  • Install requirements: python -m pip install -r requirements.txt

Usage

Credentials

  • Get your credentials: python get_credentials.py --username your_edusign_username --password your_edusign_password. This will print your JWT, school ID and student ID.

  • Set your credentials in .env (or .env.local)

Signature

Run

python main.py

About


Languages

Language:Python 88.1%Language:Shell 11.9%