Power Auto-GPT with Notion!
Visit this database managed by Auto-GPT.
# ai_settings.yaml
ai_goals:
- Use "google" command to search what is Auto-GPT, and save the result to a Notion page
ai_name: Notion-GPT
ai_role: Research assistant
(back to top)
Do not clone this repo, the working directory and environment are under Auto-GPT.
pip install notion-client python-dotenv auto_gpt_plugin_template
Click Here to download the source code as ZIP, and place the ZIP file under Auto-GPT/plugins/
.
Check the Notion official docs for more details.
NOTION_TOKEN
.NOTION_DATABASE_ID
, you can get from the database url.
https://doutv.notion.site/e3187aaa1aed42c39f0f372fdf84655e?v=b892e5b7d13f49ec8ff200916e79cf5b
|--------- database ID ----------|
NOTION_DATABASE_ID=e3187aaa1aed42c39f0f372fdf84655e
Auto-GPT/.env
AutoGPTNotion
to ALLOWLISTED_PLUGINS
.
ALLOWLISTED_PLUGINS=AutoGPTNotion
################################################################################
### Notion
################################################################################
NOTION_TOKEN=<Notion integration token>
NOTION_DATABASE_ID=<Notion database id>
Run Auto-GPT and enjoy!
If you encounter problems or have any ideas, feel free to discuss:
(back to top)
notion_get_all_pages
Retrieves all pages properties from a database.notion_retrieve_page
Retrieves a page's properties and content by id.notion_create_page
Create a new Notion page.notion_append_page
Append page content by id.notion_update_page_properties
Update a page's properties by id.(back to top)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
pytest -vs
(back to top)
(back to top)