Skip to content
/ rss-to-keep Public

Add RSS items to Google Keep.

Notifications You must be signed in to change notification settings

71/rss-to-keep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSS to Google Keep

This repository provides a simple Python script to add RSS items to one's Google Keep notes.

This is intended to be dead-simple, rather than full-featured.

Getting started

In this directory, create a new file run.py, and set its content to:

import rsstokeep

# Add an RSS feed to listen to.
# Items imported from this feed will be saved in the data.yml file,
# and therefore restarting the script will NOT duplicate items.
# The 'interval' parameter specifies that we'll check for new items every hour.
rsstokeep.add_feed('XKCD', 'https://xkcd.com/rss.xml', interval=3600)

# Run the main loop.
rsstokeep.run()

About

Add RSS items to Google Keep.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages