https://github.com/samedwardes/ubc-mds-github-search
A search tool for the UBC MDS GitHub Repository
https://github.com/samedwardes/ubc-mds-github-search
Last synced: about 1 year ago
JSON representation
A search tool for the UBC MDS GitHub Repository
- Host: GitHub
- URL: https://github.com/samedwardes/ubc-mds-github-search
- Owner: SamEdwardes
- Created: 2020-02-11T06:11:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T15:57:05.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:11:42.176Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://ubc-mds-github-search.herokuapp.com/
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UBC MDS GitHub Search
A tool for searching the UBC Masters of Data Science GitHub repository.

## How to use
#### Running everything
To refresh the data, create the model, and run the app enter into the command line:
```
make all
```
Then open [http://0.0.0.0:5000/](http://0.0.0.0:5000/).
Note that for the script to work you will need to create an environment variable named `GITUBCTOKEN_ubc_mds_search`. This is a GitHub API token so that python can access the correct GitHub repos. You can create one by visiting [https://github.ubc.ca/settings/tokens](https://github.ubc.ca/settings/tokens), and then clicking on **Generate new token**. You should grant the following permissions:

#### Running the app only
To just run the app enter the following into the command line:
```
python app.py
```
Then open [http://0.0.0.0:5000/](http://0.0.0.0:5000/).