hfaran / piazza-api

Unofficial Client for Piazza's Internal API
https://hfaran.github.io/posts/reverse-engineering-piazzas-api/
MIT License
185 stars 54 forks source link

Add ability to export/import cookie in PiazzaRPC class to allow saving it to a file #54

Closed asinghani closed 3 years ago

asinghani commented 3 years ago

This allows a user to have the user log in once (when first starting the program) and then have the program save the session to a file and persist for a while.

asinghani commented 3 years ago

Added.