3 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a Python module to interact with an Upstash KV store for deduplication of Discord bot posts. The module needs functions to check if an article has already been posted and to mark an article as posted, handling potential errors like network issues and authentication failures. It should use the `requests` or `httpx` library and authenticate with a bearer token.

Complexity: 3/5
enhancement good first issue

AI Summary: Create a Python module to format and post TLDR news articles to a Discord server using a webhook. The module should accept a list of structured article dictionaries, format each article using Markdown with optional emojis and timestamps, and send each article as a separate POST request to the Discord webhook. It should support a dry-run mode for testing and utilize environment variables for configuration.

Complexity: 3/5
enhancement good first issue

AI Summary: The task involves creating a Python module to fetch and parse the TLDR newsletter's HTML content. This module should extract article titles, URLs, categories, and optional tags, handling potential errors and edge cases. The output should be a list of structured dictionaries suitable for further processing and unit testing is required.

Complexity: 3/5
good first issue