news-aggregation
News Aggregation (Multi-Source, 3-Day Window)
Collect latest news from multiple sites and aggregators, merge similar stories into short topics, and list all main source links under each topic.
When to use
- You want one concise briefing from many outlets.
- You need deduplicated coverage (same story from multiple sites).
- You want source transparency (all original links shown).
- You want a default time window of the last 3 days unless specified otherwise.
Required tools / APIs
- No API keys required for basic RSS workflow.
- Python 3.10+
Install:
pip install feedparser python-dateutil
More from besoeasy/open-skills
free-geocoding-and-maps
Geocode addresses and get map data using free OpenStreetMap Nominatim API. Use when: (1) Converting addresses to coordinates, (2) Reverse geocoding coordinates to addresses, (3) Location-based features, or (4) Validating addresses.
63get-crypto-price
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
49anonymous-file-upload
Upload and host files anonymously using decentralized storage with Originless and IPFS.
47trading-indicators-from-price-data
Compute common trading indicators from OHLCV price data for analysis and strategy development.
46json-and-csv-data-transformation
Transform data between JSON, CSV, and other formats with filtering, mapping, and flattening. Use when: (1) Converting API responses to CSV, (2) Processing data pipelines, (3) Extracting specific fields, or (4) Flattening nested structures.
44ip-lookup
Check an IP address across multiple public geolocation and reputation sources and return a best-matched location summary.
38