Skip to content

cyberalexix/link-kicker

 
 

Repository files navigation

Link Kicker

Link Kicker Bot - Bot that can help you remember about your abandoned articles | Product Hunt

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.

Start using a bot

Installation and local launch

  1. Clone this repo: git clone https://github.com/nyudenkov/link-kicker
  2. Create .env with cp .env.example .env and fill it out
  3. Create commands.yaml with cp commands.yaml.example commands.yaml and change command descriptions if you want
  4. Install poetry on your machine (or just pip install poetry in env)
  5. Run poetry install in the root folder for requirements installing
  6. Run sh scripts/compile_locales.sh in the root folder for compiling locales
  7. Run aerich upgrade in the root folder for running migrations
  8. Run make run

About

Do you have a problem with just forgetting to read the articles you've saved links to as me? Link Kicker brought to solve this problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.3%
  • Other 1.7%