All Projects → CharlesPikachu → pikachuwechat

CharlesPikachu / pikachuwechat

Licence: Apache-2.0 license
PikachuWeChat: Play WeChat with itchat-uos.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pikachuwechat

wechat-link
🥕 微信公众号无法外链怎么办?一行代码搞定长按识别二维码。
Stars: ✭ 17 (-83.33%)
Mutual labels:  wechat-bot
raspi-chatrobot
基于树莓派的微信机器人
Stars: ✭ 33 (-67.65%)
Mutual labels:  itchat
web wechat api
基于 Itchat&Flask的 Web 微信接口
Stars: ✭ 25 (-75.49%)
Mutual labels:  itchat
itchat-progs
Python scripts to extend functions of personal WeChat accounts, using itchat. / 扩展个人微信账号功能的Python脚本,使用开源的WeChat的Python接口itchat。
Stars: ✭ 21 (-79.41%)
Mutual labels:  itchat
wechat-api-examples
wechat-api examples, used java8.
Stars: ✭ 12 (-88.24%)
Mutual labels:  wechat-bot
Gochat
wechat bot
Stars: ✭ 30 (-70.59%)
Mutual labels:  wechat-bot
Wechat Api
🗯 wechat-api by java7.
Stars: ✭ 1,813 (+1677.45%)
Mutual labels:  wechat-bot
wechat
又一个微信机器人
Stars: ✭ 24 (-76.47%)
Mutual labels:  wechat-bot
TeleChatRelay
Relay between Telegram and WeChat
Stars: ✭ 17 (-83.33%)
Mutual labels:  wechat-bot
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+1582.35%)
Mutual labels:  itchat
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+8417.65%)
Mutual labels:  itchat
Itchat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
Stars: ✭ 21,935 (+21404.9%)
Mutual labels:  itchat
wx robot example
实验楼课程 《利用微信API将你的微信变为聊天机器人》 直播视频相关代码
Stars: ✭ 35 (-65.69%)
Mutual labels:  itchat

docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://pikachuwechat.readthedocs.io/zh/latest/

PikachuWeChat

PikachuWeChat: Play WeChat with itchat-uos.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

Function Introduction Code in Chinese
AntiWithdrawal click click 微信消息防撤回
AnalysisFriends click click 微信好友分析
AutoReply click click 微信自动回复

Install

Pip install

run "pip install pikachuwechat"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/pikachuwechat.git
Step2: cd pikachuwechat -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/pikachuwechat.git@master"

Quick Start

import random
from pikachuwechat import pikachuwechat

wechat_helper = pikachuwechat.pikachuwechat()
all_supports = wechat_helper.getallsupported()
wechat_helper.execute(random.choice(list(all_supports.values())))

Screenshot

img

Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written by pure python.
  • Videodl: A lightweight video downloader written by pure python.
  • Pytools: Some useful tools written by pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written by pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

More

WeChat Official Accounts

Charles_pikachu
img

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].