This repository has been archived on 2019-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
auto_village/README.md
2018-02-14 00:45:37 +08:00

17 lines
439 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# auto_village
Telegram 自動收穫工作 Script請搭配 Telegram CLI 使用。
## Install
1. 建立一個資料夾 `auto_village`,把 [`tg`](https://github.com/vysheng/tg) 編譯好登入進去。
2. `auto.sh` 放進去。
3.`rc.local` 的內容放進 `/etc/rc.local` 之後打:
```sh
# 打開
sudo systemctl restart rc-local.service
# 關掉好像要用
sudo systemctl kill rc-local.service
```