Skip to content

Send entries from RSS and Atom feeds to Raindrop (https://raindrop.io)

License

Notifications You must be signed in to change notification settings

anubhavkini/rainfeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainfeeds

Rainfeeds watches your RSS and Atom feeds and pushes new items to your Raindrop.

Setup

Clone this repository and run

pip install .

Create a Raindrop API Test token and define it in the environment

export RAINDROP_ACCESS_TOKEN=<your-test-token>

Usage

# list feeds
rainfeeds ls

# add a feed
rainfeeds add [-t TITLE] [-c CATEGORY] url

# remove a feed
rainfeeds rm url

# edit a feed
rainfeeds edit [-h] [-t TITLE] [-c CATEGORY] url

# send new feed entries to raindrop
rainfeeds sync

Running sync in a container

Create the container

podman container create \
--name rainfeeds \
-v $PATH_TO_DATA_DIR:/app/data \
-e RAINDROP_ACCESS_TOKEN \
ghcr.io/anubhavkini/rainfeeds:main

Send new feed entries to raindrop

podman start -ai rainfeeds

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Send entries from RSS and Atom feeds to Raindrop (https://raindrop.io)

Topics

Resources

License

Stars

Watchers

Forks

Packages