Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xrsec/go-wechaty-bot

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xrsec/go-wechaty-bot

  • v0.0.0-20231014221322-fe5c181d33e3
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go-Wechaty-Bot 4U PROTOCOL

仅供学习使用,请勿用于非法用途

puppet-xp 〰️ puppet-padlocal 〰️ puppet-4u 「 Select Gateway 」

Info

Glossary

Gateway : puppet-wechat4u
Server: go-wechaty

Architecture

flowchart LR
    Polyglot-->Python
    Polyglot-->Go
    Polyglot -->Rust
    Python-->Grpc
    Go-->Grpc
    Rust-->Grpc
    Grpc-->Gateway{Gateway}-->Wechat4U
    Wechat4U-->微信

⇲ Use

Init (depend main.General)

  1. Checkout branch

    cd 4u
    
  2. Generate Token

    # Generate Token
    WECHATY_TOKEN:curl -s https://www.uuidgenerator.net/api/version4
    WECHATY_PUPPET_SERVICE_TOKEN:"insecure_" + WECHATY_TOKEN
    # WECHATY_TOKEN WECHATY_PUPPET_SERVICE_TOKEN 可同可不同
    
  3. Modifying a Configuration File

    # wechatyGateway.bat
    @set WECHATY_TOKEN=5f3029c0-0f46-4436-bdc6-02efcbad3309
    @set WECHATY_PUPPET_SERVICE_TOKEN=insecure_34bf8353-0874-4b29-851d-e8a2502fc747
    @set WECHATY_PUPPET_SERVER_PORT=25000
    

Start Server

cd 4u && bash ./wechatyGateway.sh # Start puppet-wechat4u Gateway
cd server && go run main.go # Start Server

FAQs

Package last updated on 14 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc