Boris-code/feapder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an easy to use Python web crawler framework called feapder. I want someone to be able to install it, create a simple spider from the command line, point it at a website, and write a small parse function that receives the response and extracts data.

Please include four crawler styles for different jobs, AirSpider for quick one off crawls, Spider for regular crawls, TaskSpider for task based crawling, and BatchSpider for batch work. It should support stopping and continuing later, basic monitoring alerts, browser rendering for pages that need it, and large scale duplicate URL or data filtering.

Make it work on Windows, macOS, and Linux with Python 3.6 or newer. Include a clean beginner example that fetches a page and prints the response, plus simple docs explaining how to install the basic version, the browser rendering version, and the full version. Look up current docs online if you need to.

Want more depth? Deep Reverse