[go: up one dir, main page]

Skip to content
/ py-pcqq Public
forked from DawnNights/py-pcqq

Python3模拟PCQQ客户端协议

Notifications You must be signed in to change notification settings

airdm/py-pcqq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

因为之前用的轻聊版协议失效, 所以基于最新的 PCQQ9.7.5 协议重新开发

需要安装的第三方库有: cryptography, httpx, pillow

  • pip install cryptography==3.4.8
  • pip install httpx
  • pip install jsondataclass
  • pip install pillow (默认调用系统默认应用打开二维码, 如果无法调用则需要 pillow 库在终端中打印)

目前完善了一小部分, 可以 clone 本项目并运行 example.py 中的代码查看效果

估摸着这个垃圾玩意也不会有什么用户, 所以本项目将一直处于佛系更新中

About

Python3模拟PCQQ客户端协议

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%