https://github.com/argosopentech/argos-search
Small search engine
https://github.com/argosopentech/argos-search
Last synced: about 2 months ago
JSON representation
Small search engine
- Host: GitHub
- URL: https://github.com/argosopentech/argos-search
- Owner: argosopentech
- License: mit
- Created: 2021-10-27T12:47:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T21:19:00.000Z (over 2 years ago)
- Last Synced: 2025-03-28T04:13:00.254Z (2 months ago)
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Argos Search
## Quickstart
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python search.py
export FLASK_APP=web
flask run --host=0.0.0.0 --port=8080```
## Dependencies
- [curl](https://curl.se/)