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
.envwithcp .env.example .envand fill it out - Create
commands.yamlwithcp commands.yaml.example commands.yamland change command descriptions if you want - Install uv on your machine
- Run
uv syncin the root folder for requirements installing - Run
sh scripts/compile_locales.shin the root folder for compiling locales - Run
uv run aerich upgradein the root folder for running migrations - Run
make run