Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 3.08 KB

README.rst

File metadata and controls

114 lines (67 loc) · 3.08 KB
Travis Status Latest version Code Climate Test Coverage Scrutinizer Code Quality Documentation status Python version supported Python version supported License

Trigger Happy

Automatically share data between popular services you use on the web. And instead of giving your credentials to them, become the owner of yours !

For example a new RSS item is published, "Trigger Happy" will be able to automatically create a note on your Evernote account or create a bookmark to your own Wallabag or Pocket account and so on.

Say thanks to foxmask

Description

The goal of this project is to be independent from any other solution like IFTTT, CloudWork or others.

Thus you could host your own solution and manage your own triggers without depending on any non-free solution.

With this project you can host triggers for you.

All you need is to have a hosting provider (or simply your own server ;) ) who permits to use a manager of tasks like "cron" and, of course Python.

Requirements

The minimum are the following :

Installation

pip install django-th[all]

or to make your own "recipe" :

pip install django-th[rss,wallabag]
pip install django-th[rss,wallabag,twitter,github]
pip install django-th[all]

Documentation

For installation and settings, see http:https://trigger-happy.readthedocs.org/