feat: add example of collab

This commit is contained in:
Marco Vinciguerra 2025-01-08 12:26:28 +01:00
parent 4324a3cb65
commit 1fad1181a6
2 changed files with 919 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,6 +19,10 @@ This directory contains various example implementations of Scrapegraph-ai for di
- 🛠️ `custom_graph/` - Custom graph implementation examples
- 💻 `code_generator_graph/` - Code generation utilities
- 📋 `json_scraper_graph/` - JSON data extraction and processing
- 📋 `colab example`:
<a target="_blank" href="https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing#scrollTo=vGDjka17pqqg">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
## 🚀 Getting Started