Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinjalbert/notion-scripts
Shared collection of common Notion Scripts used in my projects
https://github.com/kevinjalbert/notion-scripts
notion
Last synced: 3 months ago
JSON representation
Shared collection of common Notion Scripts used in my projects
- Host: GitHub
- URL: https://github.com/kevinjalbert/notion-scripts
- Owner: kevinjalbert
- License: mit
- Archived: true
- Created: 2019-08-18T17:44:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T02:30:02.000Z (almost 5 years ago)
- Last Synced: 2024-06-27T13:39:18.127Z (4 months ago)
- Topics: notion
- Language: Python
- Size: 21.5 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# This repository is ⚰️ ARCHIVED ⚰️
`notion-scripts` as an individual project has been sunsetted and merged into [`notion-toolbox`](https://github.com/kevinjalbert/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.
```sh
pip install git+https://github.com/kevinjalbert/notion-scripts
```## Usage
Some quick usage is shown here:
```python
from notionscripts.notion_api import NotionApinotion_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`](https://github.com/kevinjalbert/alfred-notion) and [`notion-heroku`](https://github.com/kevinjalbert/notion-heroku).
A more completed set of features and instructions will be provided soon.
## Author
👤 **Kevin Jalbert**
* Twitter: [@KevinJalbert](https://twitter.com/KevinJalbert)
* Github: [@kevinjalbert](https://github.com/kevinjalbert)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/kevinjalbert/notion-scripts/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Kevin Jalbert](https://github.com/kevinjalbert).
This project is [MIT](https://github.com/kevinjalbert/notion-scripts/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_