piazza-api
piazza-api copied to clipboard
Unofficial Client for Piazza's Internal API
I compiled and looked at your sphinx documentation, also you forgot to mention `sphinx_rtd_theme` as a dependency. anyways all of the articles are empty. this includes Index, Module Index ,...
Testing against the actual Piazza SaaS is likely more trouble than it's worth; such tests could be set up to tell us when `piazza-api` breaks against any future changes to...
However, I have confirmed 5 ways from sunday that the email and password *are* correct. I experimented with adding urlencoding to the user and pass but that does not seem...
I don't know what's your policy for accommodating old versions, but the recent change broke this on older python (I'm using 3.4) because it doesn't have the `f"..."` syntax. If...
Is there a way to retrieve posts that are only unread?
I am trying to make a script that automatically fetches the resources of the given class. I was able to use your api for the most parts, but there is...