1 Repo
Tools for isolating source code blocks from HTML or plain text web responses using pattern matching.
Distinct from Code Block Extractions: Distinct from AI code block extractions: targets structured web pages and API responses instead of LLM markdown output.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Web Page Code Extractions. Refine with filters or upvote what's useful.
stack-overflow-import is a Python dynamic module loader and web-based code fetcher. It functions as a tool that retrieves code blocks from community answers on Stack Overflow and loads them as executable Python modules within a local environment. The project enables automated code snippet integration by fetching high-rated community solutions and importing them directly into the runtime. This allows for a workflow where external code is loaded as executable modules to facilitate the testing of snippets without manual copying and pasting.
Parses HTML or plain text from API responses to isolate executable code blocks using regex pattern matching.