Code Monkey home page Code Monkey logo

notion-feeder's Introduction

Release Get Feed License: MIT

Notion Feeder - Convert Notion to a Feed Reader | Product Hunt


If you love this product and value my time, consider sending some love to me. This will enable me to work on more projects like these in the future.

PayPal Donate Button


Notion Feeder

A Node.js app for creating a Feed Reader in Notion.

Features

Separate database for your feed sources and feed items.

Add, enable and disable your feed sources.

Feeds are sourced daily and stored in the Reader database. New feed items are marked with ๐Ÿ”ฅ.

Read a feed directly in Notion Page View.

Different views of accessing Unread, Starred feed items.

Setup

  1. Create a new Notion Integration and copy the secret code which you'll use as NOTION_API_TOKEN in Step 4.

  2. Duplicate this template to your Notion workspace.

  3. Once the template is available on your Notion Workspace, open the Reader database. Click the three-button page menu in the top right corner ... > Add connections and search the Notion integration you created in Step 1 and Click Invite. Do the same for the Feeds database.

  4. Fork this GitHub repository and once forking is complete, go to your forked GitHub repository.

  5. Enable the GitHub Actions by visiting the Actions tab and click "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_READER_DATABASE_ID
    NOTION_FEEDS_DATABASE_ID
    

    To find your database id, visit your database on Notion. You'll get a URL like this: https://www.notion.so/{workspace_name}/{database_id}?v={view_id}. For example, if your URL looks like this: https://www.notion.so/abc/xyz?v=123, then xyz is your database ID.

  8. Delete the release workflow file as it is only required in the original repository.

  9. That's it. Now every day, your feed will be updated at 12:30 UTC.

Note: You can change the time at which the script runs from here and the frequency of running from here.

Development

You are more than welcome to contribute to this project.

Prerequisites

These things are required before setting up the project.

Setup

Follow these instructions to get the project up and running.

# clone the repo
$ git clone https://github.com/ravgeetdhillon/notion-feeder.git

# change directory
$ cd notion-feeder

# install dependencies
$ npm install

# enable webpack bundling
$ npm run watch

Tech Stack

Contributors

Extra

  • You can request features and file bugs here.
  • In case you get stuck somewhere, feel free to contact me at my email.

notion-feeder's People

Contributors

ravgeetdhillon avatar vali101 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.