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 Readability or Pocket account and so on
The goal of this project is to be independant from any other solution like IFTTT, CloudWork or others.
Thus you could host your own solution and manage your own triggers without depending 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.
- Python 3.4.x
- Django < 1.9
- arrow < 0.7.0
- django-formtools == 1.0
- django-js-reverse == 0.6.1
- libtidy-dev >= 0.99
The latest libtidy-dev should be installed with your operating system package manager, not from pip. On a Debian/Ubuntu system:
apt-get install libtidy-dev
for celery
- Celery == 3.1.20
for evernote support
for github support
- github == 1.0.0a2
for pocket support
- pocket == 0.3.6
for readability support
- readability == 1.0.2
for rss support
- feedparser == 5.2.1
for search engine
- django-haystack == 2.4.1
for trello support
Pandoc is also needed of the system, that you can install on a Debian/Ubuntu system like this:
apt-get install pandoc
for twitter support
- twython == 3.2.0
for redis support
- django-redis == 4.1.0
- django-redisboard == 1.2.0
and finally :
pip install django-th[all]
or to make your own "recipe" :
pip install django-th[rss,pocket]
pip install django-th[rss,twitter,pocket,github]
For installation and settings, see http://trigger-happy.readthedocs.org/
You can find all details of all existing services of the blog :