Tagged articles
3 articles
Page 1 of 1
DeepHub IMBA
DeepHub IMBA
Mar 24, 2026 · Backend Development

Dissecting the Tencent WeChat OpenClaw Plugin API and Recreating It in Pure Python

The article reverse‑engineers the @tencent‑weixin/openclaw‑weixin npm package to reveal the full ilink API (five POST JSON endpoints), explains hidden required fields, demonstrates a QR‑code login flow, and provides a complete 120‑line Python client that can send and receive messages reliably.

API reverse engineeringBotHTTP
0 likes · 17 min read
Dissecting the Tencent WeChat OpenClaw Plugin API and Recreating It in Pure Python
Programmer DD
Programmer DD
Apr 27, 2023 · Artificial Intelligence

How GPT4free Bypasses OpenAI’s Paywall: Inside the Reverse‑Engineered API Hack

GPT4free, a GitHub‑hosted project that reverse‑engineers third‑party sites’ OpenAI API calls to offer free GPT‑4/3.5 access, has sparked controversy over its legality and ethics, prompting the creator to promise removals, ethical use pledges, and a disclaimer that the tool is for educational purposes only.

API reverse engineeringEthicsFree AI
0 likes · 8 min read
How GPT4free Bypasses OpenAI’s Paywall: Inside the Reverse‑Engineered API Hack
MaGe Linux Operations
MaGe Linux Operations
Nov 21, 2021 · Backend Development

How to Reverse Engineer Laifeng Live Chat API and Send Automated Messages with Python

This guide walks through extracting and reproducing the encrypted parameters required to post chat messages on Laifeng live streams, covering site navigation, packet capture, timestamp generation, signature calculation via JavaScript decryption, and a complete Python script that logs in, builds the request, and sends the comment.

API reverse engineeringJavaScriptPython
0 likes · 17 min read
How to Reverse Engineer Laifeng Live Chat API and Send Automated Messages with Python