From 3b766e1aacc7daa60bb14d3fc1af4d3b5ef62a1f Mon Sep 17 00:00:00 2001 From: UncleCode Date: Mon, 26 May 2025 14:35:06 +0800 Subject: [PATCH] Add Google Colab button to LinkedIn Prospect Wizard README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Colab badge linking to the demo notebook - Added call-to-action encouraging users to try the demo in Colab - Provides zero-setup cloud environment for testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs/apps/linkdin/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/apps/linkdin/README.md b/docs/apps/linkdin/README.md index 57f97815..a0eb2916 100644 --- a/docs/apps/linkdin/README.md +++ b/docs/apps/linkdin/README.md @@ -1,7 +1,11 @@ # Crawl4AI Prospect‑Wizard – step‑by‑step guide +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10nRCwmfxPjVrRUHyJsYlX7BH5bvPoGpx?usp=sharing) + A three‑stage demo that goes from **LinkedIn scraping** ➜ **LLM reasoning** ➜ **graph visualisation**. +**Try it in Google Colab!** Click the badge above to run this demo in a cloud environment with zero setup required. + ``` prospect‑wizard/ ├─ c4ai_discover.py # Stage 1 – scrape companies + people