Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linusbolls/notion-sickness
https://github.com/linusbolls/notion-sickness
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linusbolls/notion-sickness
- Owner: LinusBolls
- Created: 2022-09-20T10:32:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T21:28:44.000Z (about 2 years ago)
- Last Synced: 2023-04-25T23:49:35.222Z (over 1 year ago)
- Language: TypeScript
- 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