An open API service indexing awesome lists of open source software.

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.

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
```