Skip to content

arne-vl/nova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova

What can Nova do?

  • Delete everything in your downloads folder
  • Create a note in Notion
  • Create an event in Google Calendar

Installation

Set up .env file

Create a .env file by copying the .env.template file and fill in your data.

  • Notion api key = key of database to make todo's

Set up a Python Virtual Environment

  1. Create a virtual environment (replace 'venv' with your preferred name)
python -m venv venv
  1. Activate the virtual environment
  • On Windows
venv\Scripts\activate
  • On Unix or MacOS
source venv/bin/activate
  1. Install required packages
pip install -r requirements.txt

Run

  1. Activate venv
  • On Windows
venv\Scripts\activate
  • On Unix or MacOS
source venv/bin/activate
  1. Run nova.py
python src/nova.py

About

Nova is a virtual assistant, made in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages