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
- Host: GitHub
- URL: https://github.com/10sr/trigger
- Owner: 10sr
- Created: 2019-04-19T05:30:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T16:35:33.000Z (over 2 years ago)
- Last Synced: 2025-03-05T22:44:32.757Z (over 1 year ago)
- Language: Python
- Size: 210 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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