1
0
Fork 0
One-Way-Synchronization of your starred FreshRSS items to Pocket.
This repository has been archived on 2025-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2025-01-11 16:32:55 +01:00
.gitignore 🎉 Initial commit 2023-04-26 17:42:13 +02:00
config.example.json 🎉 Initial commit 2023-04-26 17:42:13 +02:00
freshrss.py 🎉 Initial commit 2023-04-26 17:42:13 +02:00
freshrss2pocket.py 🎉 Initial commit 2023-04-26 17:42:13 +02:00
helpers.py 🎉 Initial commit 2023-04-26 17:42:13 +02:00
LICENSE 🎉 Initial commit 2023-04-26 17:42:13 +02:00
pocket.py 🎉 Initial commit 2023-04-26 17:42:13 +02:00
README.org 📝 Update README 2025-01-11 16:32:55 +01:00
requirements.txt 🎉 Initial commit 2023-04-26 17:42:13 +02:00
run.sh 🎉 Initial commit 2023-04-26 17:42:13 +02:00

FreshRSS2Pocket

WARNING: Since I'm no longer using Pocket I will not further develop this script.

One-Way-Synchronization of your starred FreshRSS items to Pocket.

Requirements

  • Pocket application.
  • FreshRSS instance
  • Python 3

Features

  • Adds starred FreshRSS items to your Pocket account (including title and categories)
  • Removes starred items from FreshRSS

Shortcomings

  • None that I'm currently aware of.

Setup

  • Create a new Pocket application in the Pocket developer portal of type "Desktop (other)" (not sure if the type really matters)
  • Copy config.example.json to config.json and fill it out
  • (optional) Create a Python virtual environment with python3 -m venv venv and activate it
  • Install Python requirements with pip install -r requirements.txt
  • Execute the program with python youtube2freshrss.py
  • (optional) Set up a Cron job for running the run.sh (requires virtual environment) once a day with the working directory as first argument