diff options
author | Jinwei Zhao <[email protected]> | 2017-01-02 22:16:16 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-02 22:16:16 +0800 |
commit | 6ef28bea461aff92cd838c23ef6795824a826d35 (patch) | |
tree | 9a2307e37138f176df4781135130a19bba207335 | |
parent | ca2cdf5c89977ca44a4ac2b5edb46d2dcdb55fab (diff) | |
download | COMM2TG-6ef28bea461aff92cd838c23ef6795824a826d35.tar.gz |
update README
-rwxr-xr-x | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | # VoiceOfHangzhou | 1 | # COMM2TG |
2 | 2 | ||
3 | A bot that catches Ingress comm messages and forwardes them to Telegram channel. | 3 | A bot that catches Ingress comm messages and forwardes them to Telegram channel. |
4 | 4 | ||
@@ -22,7 +22,7 @@ sudo pip3 install selenium | |||
22 | 22 | ||
23 | + Make sure your OS support coresponding locales based on your comm range. | 23 | + Make sure your OS support coresponding locales based on your comm range. |
24 | 24 | ||
25 | e.g. zh_CN.UTF-8 | 25 | e.g. zh_CN.UTF-8 |
26 | 26 | ||
27 | ```bash | 27 | ```bash |
28 | sudo locale-gen zh_CN.UTF-8 | 28 | sudo locale-gen zh_CN.UTF-8 |
@@ -31,8 +31,8 @@ sudo dpkg-reconfigure locales | |||
31 | 31 | ||
32 | + Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py` | 32 | + Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py` |
33 | 33 | ||
34 | To run, just type | 34 | To run, just type |
35 | 35 | ||
36 | ```bash | 36 | ```bash |
37 | python3 bot.py | 37 | python3 bot.py |
38 | ``` \ No newline at end of file | 38 | ``` |