https://github.com/sumukh/piazza-search
Better search for Piazza (an educational question & answer platform) - Powered by Algolia.
https://github.com/sumukh/piazza-search
Last synced: 10 months ago
JSON representation
Better search for Piazza (an educational question & answer platform) - Powered by Algolia.
- Host: GitHub
- URL: https://github.com/sumukh/piazza-search
- Owner: Sumukh
- Created: 2014-07-21T01:13:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T07:51:17.000Z (almost 12 years ago)
- Last Synced: 2025-07-23T18:52:37.336Z (about 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
piazza-search
=============
Better search for Piazza (an educational question & answer platform) - Powered by Algolia.
This uses the Piazza API to get posts and puts them into a searchable format.
Usage
--------
Create a config.py file with the appropriate details/credentials
then run `python3 search.py` to start gathering the posts.
It will batch upload to a cloud search provider - Algolia. You can then tweak the index/search settings on Algolia to your liking.
Then just use the search.html file (with your API keys in the file) to search.