https://github.com/zxkane/wechatmoments
WeChat Moments automation POC
https://github.com/zxkane/wechatmoments
Last synced: 4 months ago
JSON representation
WeChat Moments automation POC
- Host: GitHub
- URL: https://github.com/zxkane/wechatmoments
- Owner: zxkane
- Created: 2015-06-20T14:12:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T03:33:23.000Z (over 10 years ago)
- Last Synced: 2025-04-09T10:12:15.636Z (6 months ago)
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WeChat Moments
It's a skeleton application to fetch the moments of contact from WeChat. It could be used for backup, crawl and so on.
### Prerequisites
* Appium
* Android SDK
* Java 8### How to build
```shell
cd WeChatMoments
./gradlew build
```### How to run
1. run **Appium** to connect either actual Android device or emulator
1. run below command```shell
export PATH=:$PATH
java -jar build/libs/WeChatMoments-all-1.0.jar -c
```#### Test Env
* Appium 1.4.1
* Wechat for Android 6.2
* Google Nexus 4(Android 5.1.1)
* Mac 10.10.3### Note if running this app in your daily used physical device
* The app will remove all earlier saved files in WeChat, pls backup them if necessary
* The default input method will be changed to *appium input method* for inputting non-ascii characters, you need change it back to your previous input method manually in *settings*