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

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

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*