Skip to content

chief8192/newsblur-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newsblur-cleaner

Python utility for cleaning up NewsBlur feeds. Options include:

  • De-duplicating based on story title.
  • De-duplicating based on permalink.
  • Purging stories that are older than a specified cutoff.
  • Limiting feeds to a specified maximum number of stories.
  • Purging stories whose titles don't match a specified language.

Usage

Using python3

$ python3 ./newsblur_cleaner.py \
    --username=<USERNAME> \
    --password=<PASSWORD> \
    <optional_arguments>

Using bazel

$ bazel run :newsblur_cleaner \
    -- \
    --username=<USERNAME> \
    --password=<PASSWORD> \
    <optional_arguments>

Using Pythonista

newsblur_cleaner.py can be run within Pythonista, with the exception of the --language flag, due to lack of langdetect support.

About

Python utility for cleaning up NewsBlur feeds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published