It's a note taking program using speech recognition and storing notes in Notion
- can take notes or todo in
Notion Appusing Voice Recognition
Ubuntu 22.04 LTS
-
for using this program you need two things
- Notion Internal Integration Token
- Notion Database Id
-
You can follow this steps to create
Notion Internal Integration Token,Notion Database and Notion Database Id -
After creating notion database, create 3 columns and name as
Description,DateandStatus
- Description -
Title - Date -
Date - Status -
Text
- After creating the table,
EXPORTIntegration Token and database id into theEnviorment
export NOTION_INTEGRATION_TOKEN=your_notion_internal_integration_token
export NOTION_DATABASE_ID=your_notion_database_id- After exporing tokens and installing the requirements,
RUNthe python program
python main.py- wake up commands
say
friday,hey fridayorhi friday
- to create notes
say
create a note for me

