jacklowrie / piazza-bot

Slack bot that makes linking to Piazza posts easier.
GNU General Public License v3.0
2 stars 3 forks source link

add cache, rename Course -> Q (for query), move post_url building to … #22

Closed jacklowrie closed 1 year ago

jacklowrie commented 1 year ago

PR Type

refactor

Proposed Changes

Store forum ids in a dictionary in memory for faster retrieval, persist using tinyDB. tinyDB was making the response time lag.