Code Monkey home page Code Monkey logo

assistant-wechaty's Introduction

欢迎使用 assistant-wechaty

Version

在微信上迅速接入 ChatGPT,让它成为你最好的助手!
中文文档 | English

🌟 功能点

  • 通过 wechaty官方 API,将 ChatGPT 接入微信
  • 加入了持续对话的功能
  • 支持科学上网,env 配置 Proxy 即可
  • 加入 Dockerfile, 通过 Docker 进行部署
  • 使用docker compose进行部署

🚀 使用

如何获取 OPENAI API KEY?请参考 OpenAI API

通过 docker compose 使用

# 根据模板拷贝配置文件 或者直接修改.env.example为.env
cp .env.example .env
# 使用你喜欢的文本编辑器修改配置文件
vim .env
# 在Linux或WindowsPowerShell上运行如下命令
docker compose up -d
# 使用二维码登陆
docker logs -f assistant-wechaty

使用 NodeJS 运行

请确认安装的 NodeJS 版本为 18.0.0 以上

# 克隆项目
git clone https://github.com/varown/assistant-wechaty.git && cd assistant-wechaty
# 安装依赖
npm install
# 编辑配置
cp .env.example .env
vim .env # 使用你喜欢的文本编辑器修改配置文件
# 启动项目
npm run dev
# 如果您是初次登陆,那么需要扫描二维码

请确保您的账号可以登陆 网页版微信

🤝 为项目添砖加瓦

欢迎提出 Contributions, issues 与 feature requests!
随时查看 issues page.

感谢支持 🙏

如果这个项目对你产生了一点的帮助,请为这个项目点上一颗 ⭐️

assistant-wechaty's People

Contributors

varown avatar

Watchers

 avatar ziyi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.