
Hacker News Review on the GPT Store
GPT Description
Welcome Message
GPT Prompt Starters
- What's trending on Hacker News today?
- Give me a summary of the top HN articles.
- What are the latest tech discussions on HN?
- Any startup news from Hacker News?
GPT Action OpenAPI Spec
{
"openapi": "3.0.0",
"info": {
"title": "Hacker News API v0",
"description": "Access to Hacker News data in near real time.",
"version": "0.1"
},
"servers": [
{
"url": "https://hacker-news.firebaseio.com/v0/"
}
],
"paths": {
"/item/{id}.json": {
"get": {
"summary": "Get item by ID",
"operationId": "getItem",
"description": "Retrieves an item by its unique ID.",
"parameters": [
{
"in": "path",
"name": "id",
"schema": {
"type": "integer"
},
"required": true,
"description": "Unique identifier of the item."
}
],
"responses": {
"200": {
"description": "An item object.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Item"
}
}
}
}
}
}
},
"/topstories.json": {
"get": {
"summary": "Get top stories",
"operationId": "getTopStories",
"description": "Retrieves an array of IDs for the top stories.",
"responses": {
"200": {
"description": "An array of top story IDs.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "integer"
},
"example": [
9129911,
9129199
]
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"Item": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The item's unique id."
},
"deleted": {
"type": "boolean",
"description": "true if the item is deleted."
},
"type": {
"type": "string",
"description": "The type of item."
},
"by": {
"type": "string",
"description": "The username of the item's author."
},
"time": {
"type": "integer",
"description": "Creation date of the item, in Unix Time."
},
"text": {
"type": "string",
"description": "The comment, story or poll text. HTML."
},
"dead": {
"type": "boolean",
"description": "true if the item is dead."
},
"parent": {
"type": "integer",
"description": "The comment's parent ID."
},
"kids": {
"type": "array",
"items": {
"type": "integer"
},
"description": "The ids of the item's comments, in ranked display order."
},
"url": {
"type": "string",
"description": "The URL of the story."
},
"score": {
"type": "integer",
"description": "The story's score, or the votes for a pollopt."
},
"title": {
"type": "string",
"description": "The title of the story, poll or job. HTML."
},
"parts": {
"type": "array",
"items": {
"type": "integer"
},
"description": "A list of related pollopts, in display order."
},
"descendants": {
"type": "integer",
"description": "In the case of stories or polls, the total comment count."
}
}
}
}
}
}
Hacker News Review GPT FAQs
More custom GPTs by awesomegpts.co on the GPT Store
China Briefing
Daily Update China Important News ; And 2021~2023 China News( power by chinabriefing.co )
100+

Awesome OCR
Specialist in text extraction from images using GPT Vision technology.
100+

中国新闻
中国每日新闻
100+

深度思考
使用 <麻省理工深度思考法:从模型及动力机制来思考现象>的框架, 结合mermaid图迭代出问题的解决方法
90+

Mental Model Explorer
locate then apply Mental Model (over 300+ models) for your issue
90+

新闻合订本
定制 2020/04~2023/11 中国官方新闻流 ( Built By ChinaBriefing.co )
60+

框架式创新
打破思维定势, 对框架内的元素重新改造,给框架里的元素找到新用途,以及给框架内的属性之间建立新的联系
40+

逆向思维
使用逆向思维, 生成逆向问题, 帮我扫除巨锤思维, 拆除思维中的墙
30+

唐诗三百首
熟读唐诗三百首, 然后那?
30+

Proverb Explorer
I help users understand and apply proverbs.
20+

沙雕新闻
取材于现实, 超脱于现实
10+

Full Tang Poetry (全唐诗)
Explore 57,000+ Tang Dynasty Poems
7+

芒格的信徒
用查理芒格的思维框架分析问题: 理解问题 -> 可视化 -> 简化 -> 数学建模 -> 逆向 -> 多元 -> 心理 -> 哲学
6+

Featured GPT
Featured GPT Store, to be analysis or full text search (last update 2023/12/15)
5+

Breakdown and Visualize
I simplify topics and visualize, simple, and good enough for any topic whole picuture.
5+

Awesome GPTs
Searches and recommends GPTs from a large GPTs Store Database

Ask HN
Summarizes Hacker News discussions on user-proposed topics.

Find Best GPTs
Friendly guide for finding tailored GPTs solutions.

