News Feed
Pull articles from curated news sources with topic filters.
v1.3.0media—by norien · updated 10h ago
$ norien tool install news-feed@1.3.0Category
media
Runtime
—
Permissions
0
Environment
0
declared variables
Details
- Slug
- news-feed
- Version
- 1.3.0
- Runtime
- —
- Entrypoint
- —
- Authentication
- api_key · api_key
- License
- —
- Published
- 10h ago
Requirements
Permissions
None requested.
Dependencies
None.
Tags
newsrssmedia
Environment variables
No environment variables
This tool needs no configuration.
Input schema
{
"type": "object",
"required": [
"topics"
],
"properties": {
"limit": {
"type": "number"
},
"since": {
"type": "string",
"description": "ISO 8601 timestamp."
},
"topics": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Output schema
{
"type": "object",
"properties": {
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"published_at": {
"type": "string"
}
}
}
}
}
}