patrickacraig commited on
Commit
b7341be
·
1 Parent(s): 50be297

adding image

Browse files
Files changed (2) hide show
  1. README.md +4 -0
  2. images/docs-scraper.webp +0 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Docs Scraper
2
 
3
  This project offers a Python script designed to map and scrape all URLs from a specified website using the Firecrawl API. The scraped content is saved into markdown files, which can then be provided to AI systems to offer context. This is particularly beneficial for AI code editors that need to gather comprehensive information from various websites. By analyzing the scraped content, the AI can better understand the structure and details of the information, thereby enhancing its ability to provide accurate code suggestions and improvements.
 
1
+ <p align="center">
2
+ <img src="images/docs-scraper.webp" alt="Docs Scraper" style="max-width: 300px;">
3
+ </p>
4
+
5
  # Docs Scraper
6
 
7
  This project offers a Python script designed to map and scrape all URLs from a specified website using the Firecrawl API. The scraped content is saved into markdown files, which can then be provided to AI systems to offer context. This is particularly beneficial for AI code editors that need to gather comprehensive information from various websites. By analyzing the scraped content, the AI can better understand the structure and details of the information, thereby enhancing its ability to provide accurate code suggestions and improvements.
images/docs-scraper.webp ADDED