Skip to content

4oo4/ttrss-to-wallabag-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wallabag v2: A TT-Rss to Wallabag v 2.x plugin - v 1.01

A Wallabag v 2.x plugin for Tiny-Tiny-RSS designed to login via Oauth and work with the Wallabag v 2.x api.

Installing the plugin:

  1. Download this repo and extract the wallabag_v2 folder into the plugins.local folder of your ttrss:

  2. Restart the application for changes to take place.

    If you're running something like php-fpm:

    sudo service php5-fpm restart

    Optionally just restart your webserver. In apache:

    sudo service apache2 restart
  3. Getting the Oauth Token/Configuration

    In Wallabag: Create a new Oath client in the Developer tab, take note of the client id and client secret. In TT-Rss: Enable the plugin and simply fill in the details in the Wallabag V2 Preferences dialogue.

     Special Note: Do not add a trailing slash to any URL (either Wallabag or TT-RSS) in any setting or you will get nothing but 404 responses!
    
  4. Enjoy posting directly to Wallabag with 1-click

ToDo ... which may or not actually ever get done...

  1. Enable use of the refresh token
  2. Fine tune error messages
  3. Add tag support
  4. Add hotkey support
  5. Add colour changing button

Helpfull Links:

Credits

Code for this project exists because of:

About

A Tiny Tiny RSS plugin to post to a Wallabg v2 instance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.9%
  • JavaScript 11.1%