Add Argus to Content Extraction section in README

Multi-provider search broker that routes queries across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback and RRF ranking.
This commit is contained in:
Khamel83 2026-04-05 11:12:23 -07:00 committed by GitHub
parent 3c6429a21a
commit defcefbe62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -352,6 +352,7 @@ _Libraries to automate web scraping and extract web content._
- [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
- [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework.
- Content Extraction
- [Argus](https://github.com/Khamel83/argus) - Multi-provider search broker that routes queries across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback and RRF ranking.
- [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser.
- [html2text](https://github.com/Alir3z4/html2text) - Convert HTML to Markdown-formatted text.
- [micawber](https://github.com/coleifer/micawber) - A small library for extracting rich content from URLs.