Find Cheaper University Textbooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
wes 9e65710836 update root url 8 years ago
src update root url 8 years ago
venv add virtualenv 8 years ago
.gitignore update root url 8 years ago
LICENSE Initial commit 8 years ago
README.md update readme 8 years ago
__init__.py update root url 8 years ago
course.json Initial commit 8 years ago
course_mapping.rkt Revert "Explain the purpose of the Racket files" 8 years ago
schemadsl.rkt Revert "Explain the purpose of the Racket files" 8 years ago

README.md

A pluggable search engine designed to find alternative copies of textbooks. Allows you to plug in a python module that provides textbook data for your institution, then indexes that data in elasticsearch and lets people search for books. It will try to find alternatives through various means. At the moment it only searches the Internet Archive, and Open Library, however the plan is to refine it to find better matches.

The code is available under the GNU Affero General Public License. This means you must make any changes you make available if you run it on your own server and allow people to use it, in addition to the regular requirements of the GPL. See here for more info.