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 poetry on your machine (or just
pip install poetryin env) - Run
poetry installin the root folder for requirements installing - Run
sh scripts/compile_locales.shin the root folder for compiling locales - Run
aerich upgradein the root folder for running migrations - Run
make run