Giter VIP home page Giter VIP logo

vjingbi / wechat-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiuyue1123/wechat-bot

0.0 0.0 0.0 9 KB

它是我使用itchat和openapi库随便打造的的,虽然我得谦虚一点,但是说真的,它能够像你的最佳朋友一样陪你聊天,无论是闲聊还是咨询问题,它都能给你提供高质量的回复。不管你是想找个人倾诉还是想听个冷笑话,ChatGPT对话微信机器人都能满足你的需求。你可以使用这些代码自己搭建一个相同的bot。这是一个随便写的demo,有时间可能会优化

Python 100.00%

wechat-bot's Introduction

WeChat-bot

它是我使用itchat和openapi库随便打造的的,虽然我得谦虚一点,但是说真的,它能够像你的最佳朋友一样陪你聊天,无论是闲聊还是咨询问题,它都能给你提供高质量的回复。不管你是想找个人倾诉还是想听个冷笑话,ChatGPT对话微信机器人都能满足你的需求。你可以使用这些代码自己搭建一个相同的bot。这是一个随便写的demo,有时间可能会优化

安装 与 使用

这个项目使用的python版本是python3.9,下面以linux为例

Debian

sudo apt install python3 -y

Centos

sudo yum install python3 -y

安装依赖

cd WeChat-bot
pip install -r requirements.txt

填写你的openapi_key

sudo vim .env

python启动!

python main.py

or

python3 main.py

贡献者

Contributors Contributors

wechat-bot's People

Contributors

jiuyue1123 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.