https://github.com/linusbolls/notion-sickness
a browser extension to download notion databases
https://github.com/linusbolls/notion-sickness
Last synced: about 1 month ago
JSON representation
a browser extension to download notion databases
- Host: GitHub
- URL: https://github.com/linusbolls/notion-sickness
- Owner: LinusBolls
- Created: 2022-09-20T10:32:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T21:28:44.000Z (over 2 years ago)
- Last Synced: 2025-02-14T19:47:43.715Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion Sickness
## Summary
Upon visiting a notion page, a button "Download Database" button appears in the left menu bar if the current page is displaying a database.
Pressing this button will start the scraping process, after which the rows of the database will be available to download in .csv format.## Setup
### Firefox:
0. navigate to ```about:debugging#/runtime/this-firefox``` inside firefox
1. click ```Load Temporary Add-on...```
2. select ```notion-sickness/manifest.json``` in the appearing file explorer### Chrome:
0. navigate to ```chrome://extensions/``` inside chrome
1. toggle ```Developer mode``` in the top right corner if not already enabled
2. click ```Load unpacked``` in the resulting top bar
3. select ```notion-sickness``` in the appearing file explorer## Todos
- the user and space credentials are still hardcoded, only allowing downloads in the CODE Wiki Notion space as Linus Bolls
- the "Download Database" button disappears on route changes