Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrisxd/gamedealgenie-chatgpt-plugin
ChatGPT plugin to get the current deals on PC games from multiple stores. Powered by Cheapshark
https://github.com/cyrisxd/gamedealgenie-chatgpt-plugin
Last synced: 3 months ago
JSON representation
ChatGPT plugin to get the current deals on PC games from multiple stores. Powered by Cheapshark
- Host: GitHub
- URL: https://github.com/cyrisxd/gamedealgenie-chatgpt-plugin
- Owner: CyrisXD
- License: gpl-3.0
- Created: 2023-05-14T08:02:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T22:54:35.000Z (over 1 year ago)
- Last Synced: 2024-06-15T10:33:06.959Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 56
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - GameDealGenie-ChatGPT-Plugin - ChatGPT plugin to get the current deals on PC games from multiple stores. Powered by Cheapshark (Browser-extensions)
README
# Game Deal Genie - ChatGPT Plugin
This is an open-source ChatGPT plugin that provides current deals on PC games. It is written as a Node/JavaScript version.
This plugin has not been submitted to ChatGPT so it can only be run locally or via the online version through the "Develop your own plugin" feature.
### Screenshot
![Screenshot of Game Deals Genie](https://i.imgur.com/0eaR3Nw.png)
### To install the online version:
- Go to the ChatGPT plugin store
- Click 'Develop your own plugin'
- Paste [this url](https://gamedealgenie-chatgpt-plugin-pit95.ondigitalocean.app) and accept### To run locally:
Clone the repository to your local machine:
```bash
git clone https://github.com/CyrisXD/GameDealGenie-ChatGPT-Plugin.git
```Install dependencies and run
```bash
npm install
npm start
```- Go to the ChatGPT plugin store
- Click 'Develop your own plugin'
- Enter `localhost:3000` and accept### Prompt examples you can ask Game Deal Genie
1. "What are the current PC game deals?"
2. "Can you show me the deals for games on Steam?"
3. "What are the deals for games with a Metacritic rating above 80?"
4. "Can you find deals for games that are currently on sale?"
5. "Show me the deals for games with a price less than $20."
6. "What are the deals for AAA games?"
7. "Show me the deals for games with a Steam review rating above 90."
8. "What are the deals for the game with the Steam App ID 730?"
9. "Can you find deals for games with the title 'Cyberpunk'?"
10. "What are the current deals sorted by 'Deal Rating'?"### Find me on Twitter / Buy me a coffee
[@sudo_overflow](https://twitter.com/sudo_overflow)
[Buy me a coffee](https://www.buymeacoffee.com/FiRmVXOZh)