An generative AI for offensive anti-cheat in WeChat.
First, install npm.
pnpm i --registry=https://registry.npm.taobao.org/
Then open config.js
and configure your apiKey in config.js:
let apiKey = 'your-key-here'
Then initialize & run the bot with:
pnpm run anticheat
After login, you should see it works.
- https://github.com/wechaty/wechaty/
- https://github.com/transitive-bullshit/chatgpt-api
- https://github.com/sunshanpeng/wechaty-chatgpt
MIT License