https://github.com/tirkarthi/python-notion
https://github.com/tirkarthi/python-notion
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tirkarthi/python-notion
- Owner: tirkarthi
- License: mit
- Created: 2021-05-14T07:17:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T08:27:40.000Z (about 4 years ago)
- Last Synced: 2025-03-05T10:16:54.878Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
notion
======.. image:: https://img.shields.io/pypi/v/python-notion.svg
:target: https://pypi.python.org/pypi/python-notionA Python package for notion API at https://developers.notion.com/reference/intro.
* Free software: MIT license
Usage
-----```
>>> from notion import Notion
>>> client = Notion(api_token="XYZ")
>>> client.get_users(notion_version="2021-12-12")
```Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage