Skip to content

atwalsh/things-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☑️ things-api

This app tries to connect to your Things 3 database file and serve the contents through a Flask-powered API at 127.0.0.1:5000. It's recommended to back up the database before running this app.

Very much still a WIP. Assume it will 💥destroy 💥 your Things 3 database. Make a backup.

Building

  1. Install Pipenv:

    pip install pipenv
  2. Install dependencies:

    pipenv install
  3. Build the app:

    python setup.py py2app

Running

  1. Open dist/things-api.app

  2. Look in the menu bar for the ☑️ icon:

    things-api in menu bar

  3. Visit 127.0.0.1:5000/tasks