Skip to content

denizsivas/BusyBeaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Busy Beaver

BusyBadger.png

What is it?

A lightweight personal assistance tool built on Flask framework.

It tracks your,

  • to-dos
  • reminders
  • bookmarks
  • notes
  • statistics
  • weather information

How to start?

  1. Create the databases with below commands
python
from app import app, db
app.app_context().push() 
db.create_all() 
  1. Create your .env

The content for your dot env should be the following:

  • secret_key
  • weatherapi
  • api_key
  1. Upload your files to a server
  2. app.py is your main app so make sure it runs first with your setup
  3. Have fun using your assistant

About

a lightweight personal assistance tool built on Flask framework

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors