notion-scripts icon indicating copy to clipboard operation
notion-scripts copied to clipboard

Shared collection of common Notion Scripts used in my projects

This repository is ⚰️ ARCHIVED ⚰️

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.


Install

This package is using Python 3.

pip install git+https://github.com/kevinjalbert/notion-scripts

Usage

Some 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.

Author

👤 Kevin Jalbert

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Kevin Jalbert.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator