https://github.com/oshekharo/omniscrape
Your Universal Web Search Companion
https://github.com/oshekharo/omniscrape
html5 html5-css3-javascript index piracy scraper web
Last synced: 3 months ago
JSON representation
Your Universal Web Search Companion
- Host: GitHub
- URL: https://github.com/oshekharo/omniscrape
- Owner: OshekharO
- License: mit
- Created: 2024-08-05T18:58:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T09:43:44.000Z (9 months ago)
- Last Synced: 2025-01-05T06:29:06.374Z (4 months ago)
- Topics: html5, html5-css3-javascript, index, piracy, scraper, web
- Language: HTML
- Homepage: https://badoo.eu.org
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 OmniScrape
Search across multiple websites simultaneously with ease!
Features •
Demo •
Usage •
Configuration •
Contributing
![]()
![]()
![]()
## 🚀 Features
- 🔍 Search across multiple websites simultaneously
- 🗂️ Categorized search for targeted results
- 🖼️ Display results with images and titles
- 🔗 Direct links to original content
- 🛠️ Easy configuration for adding new websites
- 🌐 CORS-friendly with integrated bypasser## 🎬 Demo
Try out the live demo [here](https://badoo.eu.org/)!
## 🖥️ Usage
1. Select a category from the dropdown menu.
2. Enter your search term in the input field.
3. Click the "Search" button.
4. View the results from multiple websites, categorized and displayed with images and titles.## ⚙️ Configuration
Add or modify websites in the `sites.json` file:
```json
{
"category_name": {
"provider_name": {
"name": "Display Name",
"url": "https://search-url.com/?q=",
"main": "main-container-selector",
"title": "title-selector",
"img": "image-selector",
"href": "link-selector"
}
}
}
```## 🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/OshekharO/OmniScrape/issues).