https://github.com/lotes/github-stargazers-to-notion-database
https://github.com/lotes/github-stargazers-to-notion-database
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lotes/github-stargazers-to-notion-database
- Owner: Lotes
- Created: 2022-09-07T17:51:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T12:38:42.000Z (over 3 years ago)
- Last Synced: 2025-08-12T18:42:02.248Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-stargazers-to-notion-database
Pipes Github stargazers into your Notion database.
It is meant to orchestrate the functions in `/notion` and `/github` to fill the database as needed.
The scripts contain GUIDs to MY databases in Notion. Change them properly to adapt it to your own databases.
## Attention
You need to create
1. a [Notion integration](https://developers.notion.com/docs/getting-started)
2. and a [GitHub OAuth App](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)
3. to fill out an `.env` from values of previous steps:
```
NOTION_KEY=...
GITHUB_SECRET=...
GITHUB_CLIENT_ID=...
```
4. The environment file is not checked in.