A Wallabag v 2.x plugin for Tiny-Tiny-RSS designed to login via Oauth and work with the Wallabag v 2.x api.
-
Download this repo and extract the wallabag_v2 folder into the plugins.local folder of your ttrss:
-
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
-
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!
-
Enjoy posting directly to Wallabag with 1-click
- Enable use of the refresh token
- Fine tune error messages
- Add tag support
- Add hotkey support
- Add colour changing button
- Official TT-RSS Plugin Documentation
- Official Wallabag Documentation
- Wallabag on GitHub
- Wallabag Home Page
Code for this project exists because of: