Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangnew/bing-chat-script
https://github.com/zhangnew/bing-chat-script
bing-chat chatgpt gm-scripts greasemonkey tampermonkey userscript violentmonkey
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangnew/bing-chat-script
- Owner: zhangnew
- Created: 2023-03-01T13:11:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T02:56:31.000Z (about 1 year ago)
- Last Synced: 2024-10-01T01:43:58.884Z (4 months ago)
- Topics: bing-chat, chatgpt, gm-scripts, greasemonkey, tampermonkey, userscript, violentmonkey
- Language: Vue
- Homepage: https://greasyfork.org/en/scripts/460981
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Bing Chat Helper
[README](README.md) | [中文文档](README_zh.md)
- Automatic copy the last question when the session is ended
- Automatic input prompt for new session
- instant chat, e.g. you can visit [https://www.bing.com/chat?prompt=Who is Harry Potter](https://www.bing.com/chat?prompt=Who%20is%20Harry%20Potter) to chat with bot## Developing
### Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
```bash
# install self signed cert for dev
brew install mkcert
mkcert -install
mkcert localhost.bing.comecho '127.0.0.1 localhost.bing.com' >> /etc/hosts
npm install
npm run dev
npm run build
```## Thanks
https://github.com/lisonge/vite-plugin-monkey/