Skip to content

bolitao/ttrss-starred-to-wallabag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttrss-starred-to-wallabag

Trans Tiny-Tiny-RSS starred articles to wallabag.

Usage

Run from Release

  1. Download from Releases

  2. unzip

  3. copy settings_TEMPLATE.yml as settings.yml

  4. edit settings.yml

  5. run:

    java -jar ttrss-starred-to-wallabag-1.0.0.jar

Run from source

  1. clone project

  2. Copy settings_TEMPLATE.yml file as settings.yml

  3. edit settings.yml

  4. run main class xyz.bolitao.ttrsstowallabag.App

Requirements

  • JDK 8