the-war-tracker-bot#

Support Ukraine Build Status codecov Documentation Build Status Supported languages Code style: black Python support versions badge

The bot that doom-scrolls through the war news for you!

Note: This bot is still in very alpha stage. I will update the README with better instructions on how to use it soon.

Features#

  • Free! We don’t want any money from you!

  • Add yours!

Installing#

This is the same with installing for local developing.

git clone https://github.com/PerchunPak/the-war-tracker-bot.git
cd the-war-tracker-bot

Installing poetry#

Next we need install poetry with recommended way.

If you use Linux, use command:

curl -sSL https://install.python-poetry.org | python -

If you use Windows, open PowerShell with admin privileges and use:

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

Installing dependencies#

poetry install --no-dev

Compiling translations#

This required even if you want just use English.

pybabel compile -d locales

Configuration#

All configuration happens in config.yml, or with environment variables.

If something is not clear#

You can always write me!

Updating#

For updating, just re-download repository (do not forget save config), if you used git for downloading, just run git pull. After that, you need update translations, commands the same as in installing section:

pybabel compile -d locales

Thanks#

This project was generated with python-template.

Pages#

Pages

API Reference

Indexes and tables#