notion-cli-rs 0.1.1

A powerful command-line interface for managing Notion tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Notion API Integration Token (from https://www.notion.so/my-integrations)
NOTION_TOKEN=your_integration_token_here

# Notion Database ID (from your database URL)
NOTION_DATABASE_ID=your_database_id_here

# Your local timezone (e.g., 'US/Eastern', 'Europe/Paris', 'Asia/Tokyo')
LOCAL_TIMEZONE=your_timezone_here

# Optional: Override Notion API URL (for testing purposes)
# NOTION_API_URL=https://api.notion.com