Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lobehub/chat-plugin-web-crawler
𧩠/ πΈ WebsiteCrawler - This plugin automatically crawls the main content of a specified URL webpage and uses it as context input.
https://github.com/lobehub/chat-plugin-web-crawler
ai chatgpt crawler function-calling lobe-chat lobe-chat-plugin openai
Last synced: 5 days ago
JSON representation
𧩠/ πΈ WebsiteCrawler - This plugin automatically crawls the main content of a specified URL webpage and uses it as context input.
- Host: GitHub
- URL: https://github.com/lobehub/chat-plugin-web-crawler
- Owner: lobehub
- License: mit
- Created: 2023-07-29T16:12:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:12:56.000Z (11 months ago)
- Last Synced: 2024-10-30T05:43:07.949Z (7 days ago)
- Topics: ai, chatgpt, crawler, function-calling, lobe-chat, lobe-chat-plugin, openai
- Language: HTML
- Homepage: http://web-crawler.chat-plugin.lobehub.com
- Size: 180 KB
- Stars: 55
- Watchers: 2
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- lobe-chat-plugins - @LobeHub - 08-17**</sup> (πΆ Awesome Plugins / Website Crawler)
README
Web Crawler
LobeChat PluginThis plugin automatically crawls the main content of a specified URL webpage and uses it as context input
[![][π€―-π§©-lobehub-shield]][π€―-π§©-lobehub-link]
[![][github-release-shield]][github-release-link]
[![][github-releasedate-shield]][github-releasedate-link]
[![][github-action-test-shield]][github-action-test-link]
[![][github-action-release-shield]][github-action-release-link]
[![][github-contributors-shield]][github-contributors-link]
[![][github-forks-shield]][github-forks-link]
[![][github-stars-shield]][github-stars-link]
[![][github-issues-shield]][github-issues-link]
[![][github-license-shield]][github-license-link][Changelog](./CHANGELOG.md) Β· [Report Bug][github-issues-link] Β· [Request Feature][github-issues-link]
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
Table of contents
#### TOC
- [π€― Usage](#-usage)
- [π¦ Plugin Ecosystem](#-plugin-ecosystem)
- [β¨οΈ Local Development](#οΈ-local-development)
- [π€ Contributing](#-contributing)
- [π Links](#-links)####
## π€― Usage
This is a function calling plugin for [Lobe Chat](https://github.com/lobehub/lobe-chat), you can install it in plugin setting page.
[![][back-to-top]](#readme-top)
## π¦ Plugin Ecosystem
Plugins provide a means to extend the Function Calling capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our [π Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) in the Wiki.
- [lobe-chat-plugins][lobe-chat-plugins]: This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for LobeChat to the user.
- [chat-plugin-template][chat-plugin-template]: This is the plugin template for LobeChat plugin development.
- [@lobehub/chat-plugin-sdk][chat-plugin-sdk]: The LobeChat Plugin SDK assists you in creating exceptional chat plugins for Lobe Chat.
- [@lobehub/chat-plugins-gateway][chat-plugins-gateway]: The LobeChat Plugins Gateway is a backend service that provides a gateway for LobeChat plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.[![][back-to-top]](#readme-top)
## β¨οΈ Local Development
You can use Github Codespaces for online development:
[![][github-codespace-shield]][github-codespace-link]
Or clone it for local development:
[![][bun-shield]][bun-link]
```bash
$ git clone https://github.com/lobehub/chat-plugin-web-crawler.git
$ cd chat-plugin-web-crawler
$ bun install
$ bun dev
```[![][back-to-top]](#readme-top)
## π€ Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues][github-issues-link] to get stuck in to show us what youβre made of.
[![][pr-welcome-shield]][pr-welcome-link]
[![][github-contrib-shield]][github-contrib-link]
[![][back-to-top]](#readme-top)
## π Links
- **[π€ Lobe Chat](https://github.com/lobehub/lobe-chat)** - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- **[𧩠/ πͺ Plugin Index](https://github.com/lobehub/lobe-chat-plugins)** - This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for Function Calling to the user.[![][back-to-top]](#readme-top)
---
#### π License
Copyright Β© 2023 [LobeHub][profile-link].
This project is [MIT](./LICENSE) licensed.[π€―-π§©-lobehub-link]: https://github.com/lobehub/lobe-chat-plugins
[π€―-π§©-lobehub-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20%26%20%F0%9F%A7%A9%20LobeHub-Plugin-95f3d9?labelColor=black&style=flat-square
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square
[bun-link]: https://bun.sh
[bun-shield]: https://img.shields.io/badge/-speedup%20with%20bun-black?logo=bun&style=for-the-badge
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
[github-action-release-link]: https://github.com/lobehub/chat-plugin-web-crawler/actions/workflows/release.yml
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/chat-plugin-web-crawler/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-action-test-link]: https://github.com/lobehub/chat-plugin-web-crawler/actions/workflows/test.yml
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/chat-plugin-web-crawler/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-codespace-link]: https://codespaces.new/lobehub/chat-plugin-web-crawler
[github-codespace-shield]: https://github.com/codespaces/badge.svg
[github-contrib-link]: https://github.com/lobehub/chat-plugin-web-crawler/graphs/contributors
[github-contrib-shield]: https://contrib.rocks/image?repo=lobehub%2Fchat-plugin-web-crawler
[github-contributors-link]: https://github.com/lobehub/chat-plugin-web-crawler/graphs/contributors
[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/chat-plugin-web-crawler?color=c4f042&labelColor=black&style=flat-square
[github-forks-link]: https://github.com/lobehub/chat-plugin-web-crawler/network/members
[github-forks-shield]: https://img.shields.io/github/forks/lobehub/chat-plugin-web-crawler?color=8ae8ff&labelColor=black&style=flat-square
[github-issues-link]: https://github.com/lobehub/chat-plugin-web-crawler/issues
[github-issues-shield]: https://img.shields.io/github/issues/lobehub/chat-plugin-web-crawler?color=ff80eb&labelColor=black&style=flat-square
[github-license-link]: https://github.com/lobehub/chat-plugin-web-crawler/blob/main/LICENSE
[github-license-shield]: https://img.shields.io/github/license/lobehub/chat-plugin-web-crawler?color=white&labelColor=black&style=flat-square
[github-release-link]: https://github.com/lobehub/chat-plugin-web-crawler/releases
[github-release-shield]: https://img.shields.io/github/v/release/lobehub/chat-plugin-web-crawler?color=369eff&labelColor=black&logo=github&style=flat-square
[github-releasedate-link]: https://github.com/lobehub/chat-plugin-web-crawler/releases
[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/chat-plugin-web-crawler?labelColor=black&style=flat-square
[github-stars-link]: https://github.com/lobehub/chat-plugin-web-crawler/network/stargazers
[github-stars-shield]: https://img.shields.io/github/stars/lobehub/chat-plugin-web-crawler?color=ffcb47&labelColor=black&style=flat-square
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
[pr-welcome-link]: https://github.com/lobehub/chat-plugin-web-crawler/pulls
[pr-welcome-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[profile-link]: https://github.com/lobehub