https://github.com/supersonichub1/booglesearch
An implementation of "A New Google" by Daniel Gross.
https://github.com/supersonichub1/booglesearch
google search
Last synced: over 1 year ago
JSON representation
An implementation of "A New Google" by Daniel Gross.
- Host: GitHub
- URL: https://github.com/supersonichub1/booglesearch
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2021-11-12T00:41:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T00:58:54.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:38:54.716Z (over 1 year ago)
- Topics: google, search
- Language: Python
- Homepage: https://Boogle-Search.supersonichub1.repl.co
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boogle Search
An implementation of ["A New Google" by Daniel Gross](https://dcgross.com/a-new-google). Based on [an earlier HTML/JS experiment](https://github.com/SuperSonicHub1/vanilla-js-typeahead).
# Install
```
poetry install
python3 main.py
```