GithubHelp home page GithubHelp logo

quicknote's Introduction

Quicknote

A python script that allows quick and easy capturing of thoughts in Notion via the Ubuntu terminal

Installation

The script currently is only supported for Linux (Ubuntu), I am working on versions for Windows as well.

Follow the following steps to install quicknote:

  1. Make sure you have Python installed on your machine
  2. Clone the repository to your machine
  3. Navigate to the project directory quicknote
  4. Create an .env file inside quicknote
  5. Follow this Youtube video to create an Integration in Notion and receive your database_id and secret key
  6. Insert the three lines DATABASE_ID=, DATABASE_NAME= and SECRET_KEY= followed by your id, name of your database and key in the .env file
  7. Change the path of load_dotenv(...) to your local .env file

Create symbolic link (Optional)

You can create a symbolic link to call the script from each directory in the terminal with just quicknote

  1. Make the script executable chmod +x quicknote.py
  2. Create a symbolic link sudo ln -s /path/to/quicknote.py /usr/local/bin/quicknote where you replace /path/to with the absolute path to quicknote.py

Usage

If installed correctly you can use quicknote to capture thought in your terminal and add them to your Notion database.

If you created the symbolic link you can capture one or multiple thoughts in the following way quicknote thought1 thought2 thought3. As you can see you can capture as many thoughts as you want in parallel. Each of the thoughts will be added as an own row in your database.

If you didn't create the symbolic link you can capture one or multiple thoughts in the following way python3 quicknote.py thought1 thought2 thought3. Again you can capture as many thoughts as you want in parallel.

quicknote's People

Contributors

huppertzmax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.