Vicente015 / twbookmarks-to-nb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twbookmarks-to-nb

Imports twitter bookmarks into nb

Instructions

  1. Export your Twitter bookmarks using twitter-web-exporter
  2. Copy the json file to the data/ folder
  3. Change the path of the json in main.ts first line
  4. Run the script deno run --allow-read=. --allow-write=. main.ts
  5. Import the Markdown files into nb using nb import ./bookmarks/*.md

About


Languages

Language:TypeScript 100.0%