Skip to content

frafra/frafeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Requirements: Poetry and Python 3.7 or greater.

poetry shell
poetry install

How to use

Help:

./frafeed.py --help

Example:

./frafeed.py add_feed http://rss.slashdot.org/Slashdot/slashdotMain
./frafeed.py update
./frafeed.py get_entries_unread_short
./frafeed.py mark_all_as_read

Pretty printing

Requires jq.

./examples/terminal.sh

How to extend it

Add your own SQL queries under sql/: they will automatically be exposed as Python functions and they will appear in frafeed.py --help.

About

Simple feed manager with some magic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages