Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1017 Bytes

README.md

File metadata and controls

41 lines (37 loc) · 1017 Bytes

weixind-master

git clone https://github.com/dreamtale90/weixind-master.git git add . git commit -m "first commit" git push -u origin master

/home/pi/Workdir/WeChat . ├── log │   ├── monitor_error.log │   ├── monitor_stdout.log │   ├── wechat_error.log │   └── wechat_stdout.log ├── recv_from_user │   ├── image │   ├── video │   └── voice ├── send_to_user │   ├── image │   ├── video │   └── voice ├── weixind-master │   ├── entities │   ├── lirc_conf │   ├── main.py │   ├── monitor.py │   ├── README.md │   ├── sakshat.py │   ├── sakshat.pyc │   ├── sakspins.py │   ├── sakspins.pyc │   ├── supervisord_conf │   ├── templates │   ├── tools │   ├── weixind.py │   └── weixind.pyc └── weixind-master_20170514.tar.gz

15 directories, 14 files