notion-scripts as an individual project has been sunsetted and merged into notion-toolbox. In notion-toolbox is where this project lives on. The merge happened on December 27, 2019.
This package is using Python 3.
pip install git+https://github.com/kevinjalbert/notion-scriptsSome quick usage is shown here:
from notionscripts.notion_api import NotionApi
notion_api = NotionApi()
notion_api.current_day()
notion_api.append_to_current_day_notes("title of a note")For more detailed usage I would recommend taking a look at alfred-notion and notion-heroku.
A more completed set of features and instructions will be provided soon.
👤 Kevin Jalbert
- Twitter: @KevinJalbert
- Github: @kevinjalbert
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Kevin Jalbert.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator