Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitech/wxagent
A Linux weixin agent daemon based on web weixin API.
https://github.com/kitech/wxagent
Last synced: about 1 month ago
JSON representation
A Linux weixin agent daemon based on web weixin API.
- Host: GitHub
- URL: https://github.com/kitech/wxagent
- Owner: kitech
- Created: 2015-08-22T07:17:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T13:21:58.000Z (about 8 years ago)
- Last Synced: 2023-03-12T22:52:34.153Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 512 KB
- Stars: 78
- Watchers: 13
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### 微信 && QQ登陆代理
实现微信 && QQ与其他开放IM协议的互通,并以后台运行方式实现消息的双向转发。
把weixin通过服务端引流出来,实现跨平台的易用的开放的IM客户端,减小原生实现的平台与其他诸多限制。
### 手动执行
# 启动agent端
git clone https://github.com/kitech/wxagent.git
cd wxagent
sudo cp -v archlinux/txagent.conf /etc/dbus-1/system.d/
python3 -m wxagent.wxagent# 启动转发端,目前支持xmpp协议与toxcore协议
cp -v wxagent/secfg.py.example wxagent/secfg.py
vim wxagent/secfg.py
python3 -m wxagent.wx2any### TODOs
- [ ] python 3.5 type hint
- [ ] replace ThreadPoolExecutor with asyncio
- [ ] drop QThread thread
- [ ] real multiple protocol IM room### Documentation
[Proposal想法](https://github.com/kitech/wxagent/blob/master/doc/proposal.md)[Ubuntu安装](https://github.com/kitech/wxagent/blob/master/doc/build.md)
[ChangeLog](https://github.com/kitech/wxagent/blob/master/doc/changes.md)
[依赖需求包](https://github.com/kitech/wxagent/blob/master/requirements.txt)