BookPro is an open source price comparision tool for books. The tool helps one to search books across multiple sources and get lowest price. Our current goal is to integrate major book selling sites to provide a wider range of options with a decent looking UI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$ git clone [email protected]:vshelke/bookpro.git
$ cd bookpro/
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ ./manage.py runserver 8080
$ docker-compose up --build
Now checkout the app at http://localhost:8080.
There are many ways through which you can contribute to this project.
- Solving the issues.
- Documentating code following google style docstrings.
- Writing more integrations to the application here.
- Submitting bugs here by labelling it as
bug
. - Use and promote BookPro to get your books for perfect price.
This project is licensed under the GNU LGP License - see the LICENSE file for details.