====================
A FreshRSS extension that automatically sends the article to pocket whenever you star it in FreshRSS.
This enables my usecase of:
- Starring an article on my phone (using Read You)
- This extension runs when the star event hits FreshRSS
- The article is saved to my Pocket account (maybe later including tags and such as well)
- I can then access the article on my Kobo E-Reader for a better reading experience.
- I also get a "free backup" of all my starred articles.
The existing Pocket sharing functionality of FreshRSS always opens a new tab which you have to manually close after sharing. You also have to stay logged in into Pocket.
With this extension you can simply star an article to share it with Pocket. Everything else happens in the background while you can continue reading articles without any further interruptions.
- Clone the repository to your FreshRSS installations extensions folder
- You can also download the latest release
- Then, extract and upload it to the
./extensions
folder of your FreshRSS installation
- Go to Pocket's Developer Portal
- Create a new application with at least the
add
permission - Enter your Consumer Key in the
Star To Pocket
extension settings - Press "Connect to Pocket"
- Authorize your just created application
If you get errors while trying to connect to Pocket, please check the Pocket developer documentation for detailed error code descriptions.
If you'd like to translate the extension to another language please file a pull request. I'd be happy to merge it!
Super thanks to @christian-putzke for writing 99% of the code necessary for this extension before I ever had the idea.
Once this is working I don't expect to do much with it. It would be nice to have tags passed to Pocket, or integration with other tools (Wallabag, etc), but it's not necessary for me. At minimum I expect to merge upstream changes from @christian-putzke
if they touch functionality that this extension uses. But that probably won't be a fast process. Just so you know if you're reading this.