Telegram bot to report on your and your friends' performance in Call of Duty Cold War.
Just execute:
yarn install # First time only
yarn build # First time only
yarn start
To configure the tracker you have edit the .env
file, replacing the default values by the desired ones.
Field | Description |
---|---|
TELEGRAM_BOT_KEY | API key from your Telegram bot |
REPORT_EMPTY_DAYS | If the non played days will be notified (not implemented) |
USERS_TO_REPORT | List of users to be analysed in the following format: User1#111,User2#222 |
Example:
TELEGRAM_BOT_KEY=129238594:AAF5Safasfj899824781l8asdaszZ3
REPORT_EMPTY_DAYS=true
USERS_TO_REPORT=Zelopec#232548,SneezyDwarf#2155284
TODO