Hackernews
Learn how to use Hackernews with Composio
Overview
SLUG: HACKERNEWS
Description
Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Hackernews toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Python
Tool List
HACKERNEWS_GET_FRONTPAGE
Tool Name: Get Hackernews Frontpage
Description
Action Parameters
min_points
Action Response
data
error
successful
HACKERNEWS_GET_ITEM_WITH_ID
Tool Name: Get Hackernews Item
Description
Action Parameters
item_id
max_children
max_depth
truncate_text
Action Response
data
error
successful
HACKERNEWS_GET_LATEST_POSTS
Tool Name: Get Latest Hackernews Posts
Description
Action Parameters
page
size
tags
Action Response
data
error
successful
HACKERNEWS_GET_TODAYS_POSTS
Tool Name: Get Hackernews Today Posts
Description
Action Parameters
min_points
Action Response
data
error
successful
HACKERNEWS_GET_USER
Tool Name: Get Hackernews User
Description
Action Parameters
username
Action Response
data
error
successful
HACKERNEWS_SEARCH_POSTS
Tool Name: Search Hackernews Posts
Description
Action Parameters
page
query
size
tags
Action Response
data
error
successful