Code Monkey home page Code Monkey logo

dllcm222 / wechatmsghistory_real Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wechatapis/wechatmsghistory_real

0.0 0.0 0.0 174 KB

实时微信聊天记录查询系统是一个面向开发者和研究人员的工具,旨在提供一个实时监控和查询微信聊天内容的解决方案。通过本系统,用户可以实时获取特定微信群或私聊的聊天记录,并通过提供的API进行访问。

License: Apache License 2.0

Python 100.00%

wechatmsghistory_real's Introduction

实时微信聊天记录查询系统 🤖

实时微信聊天记录查询系统是一个面向开发者和研究人员的工具,旨在提供一个实时监控和查询微信聊天内容的解决方案。通过本系统,用户可以实时获取特定微信群或私聊的聊天记录,并通过提供的API进行访问。

主要功能

  • 实时聊天记录查询:支持实时监控微信聊天内容,包括群聊和私聊。
  • API访问:提供RESTful API接口,方便开发者和研究人员集成和使用。
  • 可扩展性:设计上考虑到未来可能的扩展,包括但不限于以下几点:
    • 将付费群的聊天记录公开展示,供未付费客户围观。
    • 利用AI技术分析聊天内容,总结热门话题和趋势。
    • 将聊天内容上报到云端

安装 🔧

微信启动

启动程序

  1. 打开cmd,并进入 WechatMsgHistory_real 目录,运行 python -m venv venv 并开启虚拟环境 venv/Scripts/activate
  2. 运行 pip install -r requirements.txt 安装所有依赖。
  3. 修改内容
    • 修改 server/ChatHistory.py 中的 baseUrl 字段为你的启动器的地址。
    • 修改 server/HttpServer.py 中的 accessKey 为你的接口秘钥。
  4. 运行 python httpMain.py 启动服务。
  5. 请求API
curl --location --request POST "http://127.0.0.1:18000/historyMsgData" ^
--header "Content-Type: application/json" ^
--data-raw "{\"userName\":\"xxxxx@chatroom\",\"accessKey\":\"WeChatAPIs/wechatSDK\"}"

依赖 📦

项目依赖于 wechatAPI。请确保安装所有必要的依赖。

如何贡献 🤝

欢迎通过Pull Requests来贡献代码。请确保您的代码符合项目的编码标准并通过所有测试。

效果展示 🖼️

img.png img.png img.png

wechatmsghistory_real's People

Contributors

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