An open API service indexing awesome lists of open source software.

https://github.com/10sr/trigger

WIP Push bullets to pushbullet
https://github.com/10sr/trigger

Last synced: about 1 month ago
JSON representation

WIP Push bullets to pushbullet

Awesome Lists containing this project

README

          

trigger
=======

Push bullets to pushbullet

Run Locally
-----------

Copy `settings_local.toml` to `settings.toml` and edit that file, then

make migrate
make create_superuser
make runserver

Run with Docker
---------------

make docker-build
make docker-run