https://github.com/perchunpak/the-war-tracker-bot
The bot that doom-scrolls through the war news for you!
https://github.com/perchunpak/the-war-tracker-bot
scrapper telegram ukraine war
Last synced: about 1 year ago
JSON representation
The bot that doom-scrolls through the war news for you!
- Host: GitHub
- URL: https://github.com/perchunpak/the-war-tracker-bot
- Owner: PerchunPak
- License: bsd-3-clause
- Created: 2023-01-26T19:32:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T23:13:52.000Z (over 2 years ago)
- Last Synced: 2023-11-15T00:25:56.763Z (over 2 years ago)
- Topics: scrapper, telegram, ukraine, war
- Language: Python
- Homepage: https://the-war-tracker-bot.readthedocs.io
- Size: 935 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# the-war-tracker-bot
[](https://www.gov.uk/government/news/ukraine-what-you-can-do-to-help)
[](https://github.com/PerchunPak/the-war-tracker-bot/actions?query=workflow%3Atest)
[](https://codecov.io/gh/PerchunPak/the-war-tracker-bot)
[](https://the-war-tracker-bot.readthedocs.io/)
[](https://the-war-tracker-bot.readthedocs.io)
[](https://github.com/psf/black)
[](https://www.python.org/downloads/)
The bot that doom-scrolls through the war news for you!
- [Документація українською](https://the-war-tracker-bot.readthedocs.io/uk_UA/latest)
> **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.
```bash
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](https://python-poetry.org/docs/master/#installation).
If you use Linux, use command:
```bash
curl -sSL https://install.python-poetry.org | python -
```
If you use Windows, open PowerShell with admin privileges and use:
```powershell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
```
### Installing dependencies
```bash
poetry install --no-dev
```
#### Compiling translations
This required even if you want just use English.
```bash
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:
```bash
pybabel compile -d locales
```
## Thanks
This project was generated with [python-template](https://github.com/PerchunPak/python-template).