blob: c597a866c40b6449a30798b21f68d81ade295860 (
plain) (
tree)
|
|
# COMM2TG
A bot that catches Ingress comm messages and forwardes them to Telegram channel.
## Dependencies
+ *nix like OS, tested on Ubuntu
+ Python3
+ [Python-Telegram-Bot](https://github.com/python-telegram-bot/python-telegram-bot)
+ selenium
```bash
sudo pip3 install selenium
```
+ [Phantomjs](http://phantomjs.org/)
## Usage
+ Make sure your OS support coresponding locales based on your comm range.
e.g. zh_CN.UTF-8
```bash
sudo locale-gen zh_CN.UTF-8
sudo dpkg-reconfigure locales
```
+ Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py`
To run, just type
```bash
python3 bot.py
```
|