Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README.md): 📝 Add tutorial to self host the api worker #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ All public pages can be accessed without authorization. If you want to fetch pri

To obtain your token, login to Notion and open your DevTools and find your cookies. There should be a cookie called `token_v2`, which is used for the authorization.

### How to Self Host This API Worker

There is a mini tutorial to simply host it by yourself. Check it out at [https://dev.to/yehezkielgunawan/how-to-self-host-notion-api-worker-from-splitbee-1lm](https://dev.to/yehezkielgunawan/how-to-self-host-notion-api-worker-from-splitbee-1lm).

## Credits

- [Timo Lins](https://twitter.com/timolins) – Idea, Documentation
Expand Down