https://github.com/bektade/notion-htracker-integration
Notion Database Integration : Automatically create aggregated databse in ntion via API.
https://github.com/bektade/notion-htracker-integration
notion notion-api notion-database python
Last synced: about 2 months ago
JSON representation
Notion Database Integration : Automatically create aggregated databse in ntion via API.
- Host: GitHub
- URL: https://github.com/bektade/notion-htracker-integration
- Owner: bektade
- Created: 2025-10-01T17:49:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-02T17:02:44.000Z (8 months ago)
- Last Synced: 2025-10-09T05:53:16.522Z (8 months ago)
- Topics: notion, notion-api, notion-database, python
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Notion HTracker integration
### How to setup
- create notion api access token
- create `.env` file containing notionnai access secret token:
```bash
NOTION_TOKEN=secret-key
```