|
6 | 6 | "id": "jEkuKbcRrPcK" |
7 | 7 | }, |
8 | 8 | "source": [ |
9 | | - "## \ud83d\udd77\ufe0f Extract Github Trending Repositories with Official Scrapegraph SDK\n", |
10 | | - "\n", |
11 | | - "[](https://www.runalph.ai/notebooks/scrapegraphai/scrapegraph-sdk-1) [](https://colab.research.google.com/drive/1SSsI0naieeHjHcJkW22CqNIZwLHWjXmd?usp=sharing)" |
| 9 | + "## 🕷️ Extract Github Trending Repositories with Official Scrapegraph SDK\n" |
12 | 10 | ] |
13 | 11 | }, |
14 | 12 | { |
|
26 | 24 | "id": "IzsyDXEWwPVt" |
27 | 25 | }, |
28 | 26 | "source": [ |
29 | | - "### \ud83d\udd27 Install `dependencies`" |
| 27 | + "### 🔧 Install `dependencies`" |
30 | 28 | ] |
31 | 29 | }, |
32 | 30 | { |
|
47 | 45 | "id": "apBsL-L2KzM7" |
48 | 46 | }, |
49 | 47 | "source": [ |
50 | | - "### \ud83d\udd11 Import `ScrapeGraph` API key" |
| 48 | + "### 🔑 Import `ScrapeGraph` API key" |
51 | 49 | ] |
52 | 50 | }, |
53 | 51 | { |
|
81 | 79 | }, |
82 | 80 | "outputs": [ |
83 | 81 | { |
84 | | - "name": "stdin", |
| 82 | + "name": "stdout", |
85 | 83 | "output_type": "stream", |
86 | 84 | "text": [ |
87 | 85 | "Scrapegraph API key:\n", |
88 | | - " \u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\n" |
| 86 | + " ········\n" |
89 | 87 | ] |
90 | 88 | } |
91 | 89 | ], |
|
103 | 101 | "id": "jnqMB2-xVYQ7" |
104 | 102 | }, |
105 | 103 | "source": [ |
106 | | - "### \ud83d\udcdd Defining an `Output Schema` for Webpage Content Extraction\n" |
| 104 | + "### 📝 Defining an `Output Schema` for Webpage Content Extraction\n" |
107 | 105 | ] |
108 | 106 | }, |
109 | 107 | { |
|
190 | 188 | }, |
191 | 189 | { |
192 | 190 | "cell_type": "code", |
193 | | - "execution_count": 3, |
| 191 | + "execution_count": null, |
194 | 192 | "metadata": { |
195 | 193 | "id": "dlrOEgZk_8V4" |
196 | 194 | }, |
|
221 | 219 | "id": "cDGH0b2DkY63" |
222 | 220 | }, |
223 | 221 | "source": [ |
224 | | - "### \ud83d\ude80 Initialize `SGAI Client` and start extraction" |
| 222 | + "### 🚀 Initialize `SGAI Client` and start extraction" |
225 | 223 | ] |
226 | 224 | }, |
227 | 225 | { |
|
2532 | 2530 | "id": "2as65QLypwdb" |
2533 | 2531 | }, |
2534 | 2532 | "source": [ |
2535 | | - "### \ud83d\udcbe Save the output to a `CSV` file" |
| 2533 | + "### 💾 Save the output to a `CSV` file" |
2536 | 2534 | ] |
2537 | 2535 | }, |
2538 | 2536 | { |
|
2689 | 2687 | " <tr>\n", |
2690 | 2688 | " <th>274</th>\n", |
2691 | 2689 | " <td>datawhalechina/hello-agents</td>\n", |
2692 | | - " <td>\ud83d\udcda \u300a\u4ece\u96f6\u5f00\u59cb\u6784\u5efa\u667a\u80fd\u4f53\u300b----\u4ece\u96f6\u5f00\u59cb\u7684\u667a\u80fd\u4f53\u539f\u7406\u4e0e\u5b9e\u8df5\u6559\u7a0b</td>\n", |
| 2690 | + " <td>📚 《从零开始构建智能体》----从零开始的智能体原理与实践教程</td>\n", |
2693 | 2691 | " <td>47116</td>\n", |
2694 | 2692 | " <td>5669</td>\n", |
2695 | 2693 | " <td>748</td>\n", |
2696 | 2694 | " <td>Python</td>\n", |
2697 | 2695 | " </tr>\n", |
2698 | 2696 | " </tbody>\n", |
2699 | 2697 | "</table>\n", |
2700 | | - "<p>275 rows \u00d7 6 columns</p>\n", |
| 2698 | + "<p>275 rows × 6 columns</p>\n", |
2701 | 2699 | "</div>" |
2702 | 2700 | ], |
2703 | 2701 | "text/plain": [ |
|
2725 | 2723 | "271 Self-evolving agent: grows skill tree from 3.3... 10714 1205 \n", |
2726 | 2724 | "272 Unlimited FREE AI coding. Connect Claude Code,... 7644 1262 \n", |
2727 | 2725 | "273 The agent harness performance optimization sys... 178795 27573 \n", |
2728 | | - "274 \ud83d\udcda \u300a\u4ece\u96f6\u5f00\u59cb\u6784\u5efa\u667a\u80fd\u4f53\u300b----\u4ece\u96f6\u5f00\u59cb\u7684\u667a\u80fd\u4f53\u539f\u7406\u4e0e\u5b9e\u8df5\u6559\u7a0b 47116 5669 \n", |
| 2726 | + "274 📚 《从零开始构建智能体》----从零开始的智能体原理与实践教程 47116 5669 \n", |
2729 | 2727 | "\n", |
2730 | 2728 | " today_stars language \n", |
2731 | 2729 | "0 0 No content available \n", |
|
2807 | 2805 | "id": "-1SZT8VzTZNd" |
2808 | 2806 | }, |
2809 | 2807 | "source": [ |
2810 | | - "## \ud83d\udd17 Resources" |
| 2808 | + "## 🔗 Resources" |
2811 | 2809 | ] |
2812 | 2810 | }, |
2813 | 2811 | { |
|
2823 | 2821 | "</p>\n", |
2824 | 2822 | "\n", |
2825 | 2823 | "\n", |
2826 | | - "- \ud83d\ude80 **Get your API Key:** [ScrapeGraphAI Dashboard](https://scrapegraphai.com/dashboard) \n", |
2827 | | - "- \ud83d\udc19 **GitHub:** [ScrapeGraphAI GitHub](https://github.com/scrapegraphai) \n", |
2828 | | - "- \ud83d\udcbc **LinkedIn:** [ScrapeGraphAI LinkedIn](https://www.linkedin.com/company/scrapegraphai/) \n", |
2829 | | - "- \ud83d\udc26 **Twitter:** [ScrapeGraphAI Twitter](https://twitter.com/scrapegraphai) \n", |
2830 | | - "- \ud83d\udcac **Discord:** [Join our Discord Community](https://discord.gg/uJN7TYcpNa) \n", |
| 2824 | + "- 🚀 **Get your API Key:** [ScrapeGraphAI Dashboard](https://scrapegraphai.com/dashboard) \n", |
| 2825 | + "- 🐙 **GitHub:** [ScrapeGraphAI GitHub](https://github.com/scrapegraphai) \n", |
| 2826 | + "- 💼 **LinkedIn:** [ScrapeGraphAI LinkedIn](https://www.linkedin.com/company/scrapegraphai/) \n", |
| 2827 | + "- 🐦 **Twitter:** [ScrapeGraphAI Twitter](https://twitter.com/scrapegraphai) \n", |
| 2828 | + "- 💬 **Discord:** [Join our Discord Community](https://discord.gg/uJN7TYcpNa) \n", |
2831 | 2829 | "\n", |
2832 | | - "Made with \u2764\ufe0f by the [ScrapeGraphAI](https://scrapegraphai.com) Team \n" |
| 2830 | + "Made with ❤️ by the [ScrapeGraphAI](https://scrapegraphai.com) Team \n" |
2833 | 2831 | ] |
2834 | 2832 | } |
2835 | 2833 | ], |
|
0 commit comments