Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 867 Bytes

☑️ 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