web_programming.get_top_hn_posts ================================ .. py:module:: web_programming.get_top_hn_posts Functions --------- .. autoapisummary:: web_programming.get_top_hn_posts.get_hackernews_story web_programming.get_top_hn_posts.hackernews_top_stories web_programming.get_top_hn_posts.hackernews_top_stories_as_markdown Module Contents --------------- .. py:function:: get_hackernews_story(story_id: str) -> dict .. py:function:: hackernews_top_stories(max_stories: int = 10) -> list[dict] Get the top max_stories posts from HackerNews - https://news.ycombinator.com/ .. py:function:: hackernews_top_stories_as_markdown(max_stories: int = 10) -> str