Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coderbunker/cb-wechat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER-WECHATY-GETTING-STARTED

Powered by Wechaty Docker Pulls Docker Stars Docker Layers

dockeri.co

Getting Started Template for Docker Users

FEATURES

  1. Wechaty is fully dockerized. So it will be very easy to be used as a MicroService.
  2. Clone this repository, then you will be able to use Docker to run Wechaty with ZERO configuration.

REQUIREMENTS

  1. Docker Installed
  2. Good Global Internet Connection

USAGE

1. Run Vanilla Javascript Example

bash -x bin/docker-run-javascript-vanilla.sh

2. Run ES6 Javascript Example

bash -x bin/docker-run-javascript-es6.sh

3. Run TypeScript Example

bash -x bin/docker-run-typescript.sh

DOCKER

Install Docker

Quick & easy install Docker via:

curl -sSL https://get.docker.com | sh

Or

wget -qO- https://get.docker.com/ | sh

Get to know more about Docker at: https://www.docker.com/

Use Docker Registry China Mirror

Thanks Docker, there's a official registry mirror in China, and you can use it by adding registry.docker-cn.com/ in front of the image name:

- docker pull zixia/wechaty
+ docker pull registry.docker-cn.com/zixia/wechaty

See Also:

AUTHOR

Huan LI <[email protected]>

profile for zixia on Stack Exchange, a network of free, community-driven Q&A sites

COPYRIGHT & LICENSE

  • Code & Docs © 2018 Huan LI <[email protected]>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

About

Coderbunker Wechat Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •