see more at itchat
cat > main.py <<- EOM
import itchat
itchat.auto_login()
itchat.send('Hello, filehelper', toUserName='filehelper')
EOM
docker run --rm \
-v `pwd`:/app \
sstc/itchat- add default example code to /app/main.py
- add command line bot modes.