Skip to content
/ crssnt Public

🥐 Open-source RSS feed generator for Google Sheets.

License

Notifications You must be signed in to change notification settings

tgel0/crssnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crssnt logo

crssnt is an open-source RSS feed generator for Google Sheets. With crssnt, you can create your own custom RSS feed from any data source that you can get displayed in a (public) Google Sheet:

  • existing RSS feeds
  • websites and APIs
  • data from manual input
  • data from Sheets add-ons
  • etc.

Quickstart

The easiest way to generate an RSS feed with crssnt is to add https://crssnt.com/preview/ to the beginning of your public Google Sheet URL, like this:

https://crssnt.com/preview/https://docs.google.com/spreadsheets/d/1wgHZMH8-kQsC0z38mnrfGpR1cgQE7yu2kUQB9On9iJw

There is more details in this blog post.

Data Privacy

No personal data is being stored while using the crssnt feed generator. Some general usage data such as date and time of the request as well as the underlying Google Sheet ID are stored for analytics purposes. You can disable the Sheet ID logging by adding &logging=false to the end of the crssnt feed URL.

Read more here.

For Devs

Installing, Contributing

As explained above, you can use crssnt without any installation by using my free hosted version via https://crssnt.com/preview/. If you want to install it on your own server for exploration or contribution purposes continue reading below.

Crssnt is built with Cloud Functions for Firebase. Check out the official Getting Started Guide to learn more about Firebase Functions.

Once you have installed the Firebase CLI and cloned this repository, you can emulate the function locally by running firebase emulators:start and going to http://localhost:4000/.

License

Licensed under the The MIT License. Copyright 2023 Tomi Gelo.

Releases

No releases published