Skip to content

docker-sstc/docker-itchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

docker-itchat

see more at itchat

Usage

cat > main.py <<- EOM
import itchat
itchat.auto_login()
itchat.send('Hello, filehelper', toUserName='filehelper')
EOM

docker run --rm \
-v `pwd`:/app \
sstc/itchat

TODO

  • add default example code to /app/main.py
  • add command line bot modes.

About

Dockerize [itchat](https://github.com/littlecodersh/ItChat)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors