Code Monkey home page Code Monkey logo

notion-feed.rs's Introduction

Notion Feed

A Rust app for creating RSS Feeds in Notion.

Notion RSS Feed - A Rust app for creating RSS Feeds in Notion. | Product Hunt


Features

  • Manage your RSS sources in a separate Notion page
  • Enable/disable RSS sources
  • Read feed with different views ( unread, starred, as a list, as a table)

Setup

  1. Create a new Notion Integration and copy the secret code which we'll use as NOTION_API_TOKEN later.
  2. Duplicate the template to your Notion.
  3. Open the template and click Share > Invite and search the Notion integration you created in Step 1 and Click Invite.
  4. Click on Sources page and do the same actions as in the previous step.
  5. Fork this repository, then go to your forked GitHub repository and enable the GitHub Actions by visiting the Actions tab and clicking "I understand my workflows, enable them".
  6. Click on the Get Feed action in the left panel and then click "Enable workflow".
  7. Go to Settings > Secrets. Add the following three secrets along with their values as Repository secrets.
    NOTION_API_TOKEN
    NOTION_SOURCE_DATABASE_ID
    NOTION_FEED_DATABASE_ID
    

    To find the source database ID, open the Sources page. You'll get a URL like this: https://www.notion.so/{database_id}?v={view_id}. To find the feed database ID, open the main page of the template. Highlight the table and click on the "dots" button and select Open as page option. Copy the database ID from the URL in the same way you did for the source database ID. Example:

The application accepts the source database ID and feed database ID as parameters. This can be useful if you want to configure multiple RSS feeds in Get Feed action here. Example:

./notion-feed --notion-source-database-id=... --notion-feed-database-id=...

The feed will be updated daily at 12:30 UTC. If you want to change the time, you can change the cron job here

notion-feed.rs's People

Contributors

abereghici avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.