Skip to content

Xunop/save-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

save-link

A simple tool to save links to the server. The bot will save the link to the slash. If the link is rss feed, it will save the feed to the miniflux

Installation

Manual

python -m venv venv # create a virtual environment
source venv/bin/activate # activate the virtual environment
pip install -r requirements.txt # install the dependencies
mv config-example.py config.py
python bot.py

Docker

docker compose up -d

TODO

  • Set visibility of the link
  • Add rss feed to miniflux
  • Show unread articles from miniflux

About

A bot for save link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published