/dataportalAPIs

Hong Kong Science Park Data Portal APIs

Primary LanguagePython

Data Portal APIs

Scicence park data portal APIs

Contents

Installation

Clone repo:

git clone https://github.com/PharrellWANG/dataportalAPIs.git
cd dataportalAPIs

Make it your own:

rm -rf .git && git init

ℹ️ This re-initializes the repo and sets up your project.

Install the virtualenv:

virtualenv .venv -p `which python3`

Install the requirements

pip install -r requirements.txt

Development Workflow

Activate the virtualenv

. ./venv.sh

ℹ️ This example is applicable for zsh shell.

Run scripts:

Python 1-*.py

License

MIT