https://github.com/discountry/itchat-examples
Wechat personal helper examples collection.
https://github.com/discountry/itchat-examples
python wechat wechat-bot
Last synced: 8 months ago
JSON representation
Wechat personal helper examples collection.
- Host: GitHub
- URL: https://github.com/discountry/itchat-examples
- Owner: discountry
- License: mit
- Created: 2017-02-14T02:38:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T04:29:45.000Z (over 9 years ago)
- Last Synced: 2025-02-25T09:24:02.542Z (over 1 year ago)
- Topics: python, wechat, wechat-bot
- Language: HTML
- Homepage: https://discountry.github.io/itchat-examples/
- Size: 34.2 KB
- Stars: 37
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itchat-examples
Wechat personal helper examples collection.
## Table of Contents
* [auto-reply](https://github.com/discountry/itchat-examples/blob/master/examples/auto-reply-greetings.py)
* [auto-reply-with-random-quote-api](https://github.com/discountry/itchat-examples/blob/master/examples/auto-reply-greetings-with-random-quote-api.py)
* [checkin-robot](https://github.com/discountry/itchat-examples/blob/master/examples/checkin-robot.py)
* [checkin-robot-with-schedule-mission](https://github.com/discountry/itchat-examples/blob/master/examples/checkin-robot-with-schedule-mission.py)
* [auto-invite](https://github.com/discountry/itchat-examples/blob/master/examples/auto-invite.py)
* [auto_invite_out_of_box](https://github.com/discountry/itchat-examples/blob/master/examples/auto_invite_out_of_box.py)
* [auto-fcc-question&answer-bot](https://github.com/discountry/itchat-examples/blob/master/examples/auto-fcc-qa.py)
## Dependencies
* [itChat](https://github.com/littlecodersh/ItChat)