Search/README.md

51 lines
1.3 KiB
Markdown
Raw Normal View History

2024-04-09 11:35:08 +00:00
# This projet is WIP
## Completed Tasks
- [x] Text results
- [x] Image results
2024-04-15 06:35:17 +00:00
- [X] Video results
- [X] Map results
2024-05-21 20:43:13 +00:00
- [X] Forums results
2024-04-09 11:35:08 +00:00
- [x] HTML+CSS site (no JS version)
2024-05-21 20:43:13 +00:00
- [X] Results cache
2024-05-23 08:56:26 +00:00
- [X] Torrent results
2024-04-09 11:35:08 +00:00
## Pending Tasks
- [ ] Website with JS version
- [ ] JS applets for results (such as calculator)
- [ ] Dynamic results loading as user scrolls
- [ ] Replace fonts, replace icons font for SVG or remove unnecessary icons for faster loading
- [ ] Better name
2024-04-09 11:35:08 +00:00
- [ ] LXC container
- [ ] Docker container
# Go Search Engine
2024-03-27 17:18:21 +00:00
A self-hosted [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine) that respects privacy, contains no ads, and serves as a proxy/alternative to Google website.
## Features
- Text search using Google search results.
2024-04-15 06:35:17 +00:00
- Image search using the Qwant API.
- Video search using Piped API.
- Image viewing using proxy and direct links to image source pages for image searches.
- Maps using OpenStreetMap
- Files download using torrent sites.
## Getting Started
### Prerequisites
- Go (version 1.18 or higher recommended)
- Access to the internet for fetching results from the Qwant API and Google
### Running the Application
```bash
git clone https://weforgecode.xyz/Spitfire/Search.git
2024-04-15 06:35:17 +00:00
cd Search
chmod +x ./run.sh
./run.sh
```