https://github.com/forecho/echobot
echo 机器人
https://github.com/forecho/echobot
Last synced: about 1 year ago
JSON representation
echo 机器人
- Host: GitHub
- URL: https://github.com/forecho/echobot
- Owner: forecho
- Created: 2015-11-07T02:54:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T04:12:13.000Z (about 9 years ago)
- Last Synced: 2024-12-25T07:22:23.831Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echobot
echo 机器人
## 使用
**生成配置文件 然后修改 `urls` 配置**
```
cp config.php.bak config.php
```
**添加 corn 计划**
编辑
```
crontab -e
```
添加下面代码(记得修改把 xx 修改成自己的绝对路径)- 每天8 : 00至23 : 00之间每隔30分钟执行一次
```
0,30 8-23 * * * /xx/xx/php /xx/echobot/index.php
```