- create a local database of django models found across several github repositories
- web page to browse and search those models with direct link to github source code
- Python 3
- pipenv
- A personal github access token
Open a terminal, clone the repo and change into the repo directory:
cp local_settings_template.py local_settings.py
# set you github key in local_settings.py
pipenv sync
pipenv shell
python gitan.py download
python gitan.py parse
python gitan.py runserver 8080
# point your browser to localhost:8080
# ctrl+C to stop the server