Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wcchristian/gh-action-notion-card

A github action to build a notion card.
https://github.com/wcchristian/gh-action-notion-card

github-actions notion

Last synced: 3 months ago
JSON representation

A github action to build a notion card.

Awesome Lists containing this project

README

        

# Notion Card Action
Description

# Variables
| Key | Description |
|-------|-------|
| NOTION_TOKEN | The token url retrieved from the token cookie in your browser |
| COLLECTION_URL | The url of the collection you are trying to access |

# Version
This action was developed with Python 3.7.2

# Attribution
This action uses https://pypi.org/project/notion/.

Check out an awesome blog post here https://medium.com/@jamiealexandre/introducing-notion-py-an-unofficial-python-api-wrapper-for-notion-so-603700f92369 to see how to use it.