Skip to content

NotionSave, a Google Chrome extension, simplifies the process of saving posts from various social media platforms into a unified Notion database.

Notifications You must be signed in to change notification settings

karam-koujan/NotionSave

Repository files navigation

NotionSave

NotionSave Demo Gif

Save time while browsing social media platforms like Twitter and YouTube with NotionSave. This convenient Chrome extension allows you to effortlessly capture and store links to valuable posts and videos in your Notion database. No more manual copying and pasting – simply click a button and keep all your useful information organized for easy access later.

Demo

https://twitter.com/karamkaku/status/1666900099333513236

Run Locally

Clone the project

  git clone https://github.com/karam-koujan/NotionSave.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Configuration

  cd src
  mkdir config
  touch env.js
const env = {
  hostname: "http://localhost:3000",
};
export default env;

Build

  npm run build

Start the server

cd server
npm install
npm run dev

Supported Social Media

  • Youtube
  • Twitter
  • Reddit

About

NotionSave, a Google Chrome extension, simplifies the process of saving posts from various social media platforms into a unified Notion database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published