Skip to content

jiteshchawla1511/budget-notion-cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion-cli-tool

A CLI tool to add items in a simple budget template of Notion

Prerequisites

  • Go installed on your system.
  • A Notion Account

Installation

  1. Clone the repository:

    git clone https://github.com/jiteshchawla1511/budget-notion-cli-app.git
  2. Install the necessary dependencies:

    go mod download
  3. You need to have a Notion Secret token and Database id

    • To get Notion secret, login in to Integration and get the token
    • To get the Database id, follow this Link
  4. Make .env file and paste the credentials

    NOTION_SECRET=
    DATABASE_ID=
    
  5. Run the main file

    go run main.go
    
  6. Add the expense according to you

  7. Use command "exit" to exit the tool

About

A CLI Tool to add the items in my budget Notion Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages