Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcg1/wechat-tools
Non-interactive command line tools for interacting with WeChat
https://github.com/alexcg1/wechat-tools
python3 wechat
Last synced: 16 days ago
JSON representation
Non-interactive command line tools for interacting with WeChat
- Host: GitHub
- URL: https://github.com/alexcg1/wechat-tools
- Owner: alexcg1
- Created: 2018-09-17T08:45:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:56:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T08:12:00.959Z (about 1 month ago)
- Topics: python3, wechat
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wechat-tools
These are a few tools for using WeChat from the command line. Based on the Unix philosophy, each tool is simple and only does one thing:
* **Wefiledaemon** can run in the background and automatically download files sent to you via WeChat to a specified directory
* **Wsend** sends a file to a user
* **Wmsg** sends a message to a userYou'll need the [itchat library](http://itchat.readthedocs.io/) to make things work.
If you want an interactive WeChat client on the command line, check [WeChat Terminal](https://www.npmjs.com/package/node-wechat-terminal).
I don't plan building any interactivity into the above tools beyond what is strictly necessary, but might take a stab at building an ncurses client at some point