Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 user

You'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