Awesome
<a name="readme-top"></a>
<div align="center"> <img height="120" src="https://registry.npmmirror.com/@lobehub/assets-emoji/1.3.0/files/assets/puzzle-piece.webp"> <img height="120" src="https://gw.alipayobjects.com/zos/kitchen/qJ3l3EPsdW/split.svg"> <img height="120" src="https://github.com/lobehub/chat-plugin-steam/assets/17870709/c7eb9a6d-9ff1-4f28-970f-dd4b29f6799a"> <h1>Steam<br/><sup>LobeChat Plugin</sup></h1>Obtain game information and user reviews from Steam
Changelog ยท Report Bug ยท Request Feature
</div> <details> <summary><kbd>Table of contents</kbd></summary>TOC
- ๐ Features
- ๐คฏ Usage
- ๐ฆ Plugin Ecosystem
- โจ๏ธ Local Development
- ๐ค Contributing
- ๐ Links
๐ Features
- ๐ Game Search: Search for games by keyword and retrieve a list of game names and cover images.
- โน๏ธ Game Details: Get detailed information about games by their Steam IDs, including name, description, price, and more.
- ๐ Game Reviews: Retrieve game reviews based on the game's Steam ID.
- ๐ฎ Featured Apps: Get information about featured apps, including name, discount, and price.
- ๐ท๏ธ Featured Categories: Obtain a list of featured categories, including a list of game info like name, discount, and price.
๐คฏ Usage
This is a function calling plugin for Lobe Chat, you can install it in plugin setting page.
<div align="right"> </div>๐ฆ Plugin Ecosystem
[!IMPORTANT]
See detail on ๐ Template usage
[!Note]
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 in the Wiki.
- @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 LobeChat to the user.
- @lobehub/chat-plugin-sdk: The LobeChat Plugin SDK assists you in creating exceptional chat plugins for Lobe Chat.
- @lobehub/chat-plugins-gateway: The LobeChat Plugins Gateway is a backend service that serves as a gateway for LobeChat plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.
Official Plugin | Description |
---|---|
SearchEngine | This plugin allows for the use of the SerpApi search engine. |
RealtimeWeather | This plugin provides practical weather information by obtaining real-time weather data and can automatically update based on the user's location. |
WebsiteCrawler | This plugin automatically crawls the main content of a specified URL webpage and uses it as context input. |
โจ๏ธ Local Development
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/lobehub/chat-plugin-steam.git
$ cd chat-plugin-steam
$ bun install
$ bun dev
<div align="right">
</div>
๐ค Contributing
Contributions of all types are more than welcome, if you are interested in contributing plugin, feel free to show us what youโre made of.
<div align="right"> </div>๐ Links
- ๐ค 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 - 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.
Credits
- InternalSteamWebAPI - https://github.com/Revadike/InternalSteamWebAPI/wiki
๐ License
Copyright ยฉ 2023 LobeHub. <br /> This project is MIT licensed.
<!-- LINK GROUP -->