Do you have a problem with just forgetting to read the articles you've saved links to like me? This bot was created to solve this problem.
- Clone this repo:
git clone https://github.com/nyudenkov/link-kicker
- Create
.env
withcp .env.example .env
and fill it out - Create
commands.yaml
withcp commands.yaml.example commands.yaml
and change command descriptions if you want - Install poetry on your machine (or just
pip install poetry
in env) - Run
poetry install
in the root folder for requirements installing - Run
sh scripts/compile_locales.sh
in the root folder for compiling locales - Run
aerich upgrade
in the root folder for running migrations - Run
make run