Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wcchristian/gh-action-notion-card
- Owner: wcchristian
- License: mit
- Created: 2019-04-23T00:25:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T17:00:30.000Z (over 1 year ago)
- Last Synced: 2024-07-27T12:41:50.671Z (3 months ago)
- Topics: github-actions, notion
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 21
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.