Skip to content

RoliKhanna/unibrowser

 
 

Repository files navigation

Unibrowser Backend Scapers

Data acquisition scripts to assist with populating the Unibrowser database with useful university information

For Developers

The scripts are developed using Python version 3.6. Unit tests are done using pytest. The best way to develop this project is to use a virtual python environment and install the necessary dependencies, modifying the requirements.txt file as needed to add new dependencies.

Dependency Installation

To install the necessary dependencies on your system, the following pre-requisites needs to be met:

  • python-dev and python3-dev system packages are installed (used when compiling certain library dependencies)
> pip install -r requirements.txt
> python setup.py

About

Optimized search engine for universities and college towns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.5%
  • JavaScript 5.2%
  • HTML 3.7%
  • Dockerfile 2.4%
  • Shell 2.0%
  • CSS 1.2%