ongair/whatsapp
Composer 安装命令:
composer require ongair/whatsapp
包简介
Service library based on chat-api
README 文档
README
You need composer in order to run this.
composer require 'ongair/whatsapp'
Running the engine
The command line args are
- You need to set some environment variables
export db=<database_url>
export timeout=60
export env=production
export url=http://0.0.0.0/
- The account which we want to run
export ACCOUNT=254733171036
php vendor/ongair/whatsapp/ongair.php
Running Containers
If running via a container you need to setup the same variables then run the image
docker run -e db=$db -e url=$url -e aws_key_id=$aws_key_id -e aws_secret_access_key=$aws_secret_access_key -e slack_token=$slack_token -e account=<account> -t ongair/ongair:whatsphp
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2016-03-25