Trigger Happy - take the control of your data with this bridge between your internet services
Python HTML Other
Permalink
Failed to load latest commit information.
django_th fix #175 : UserService matching query does not exist May 14, 2017
docs doc May 8, 2017
th_evernote update readme & setup with python 3.5 & 3.6 Mar 26, 2017
th_github Support Django 1.11 / Python 3.6 Mar 22, 2017
th_instapush Support Django 1.11 / Python 3.6 Mar 22, 2017
th_pelican Support Django 1.11 / Python 3.6 Mar 22, 2017
th_pocket Support Django 1.11 / Python 3.6 Mar 22, 2017
th_pushbullet Support Django 1.11 / Python 3.6 Mar 22, 2017
th_rss Support Django 1.11 / Python 3.6 Mar 22, 2017
th_slack Support Django 1.11 / Python 3.6 Mar 22, 2017
th_taiga Support Django 1.11 / Python 3.6 Mar 22, 2017
th_todoist Support Django 1.11 / Python 3.6 Mar 22, 2017
th_trello Support Django 1.11 / Python 3.6 Mar 22, 2017
th_twitter flake8 Apr 24, 2017
th_wallabag Support Django 1.11 / Python 3.6 Mar 22, 2017
.coveragerc little improvements on slack/taiga/trello/dockerfile Dec 10, 2016
.dockerignore Docker , to start Nov 26, 2016
.gitignore ignore Nov 26, 2016
.scrutinizer.yml improvements May 15, 2016
.travis.yml Support Django 1.11 / Python 3.6 Mar 22, 2017
CONTRIBUTING.md Update CONTRIBUTING.md Nov 17, 2016
Dockerfile Support Django 1.11 / Python 3.6 Mar 22, 2017
LICENSE updated to BSD Mar 26, 2017
MANIFEST.in Docker , to start Nov 26, 2016
MIGRATION_0.10.x_to_0.11.x.rst update doc Aug 17, 2015
README.rst ready for django 1.11 Apr 5, 2017
README_docker.md Update README_docker.md Dec 19, 2016
docker-compose.yml for the docker support Dec 19, 2016
manage.py test Nov 23, 2013
requirements-docker.txt for the docker support Dec 19, 2016
requirements.txt ready for django 1.11 Apr 5, 2017
setup.cfg upd rqmt.txt Dec 7, 2016
setup.py ready for django 1.11 Apr 5, 2017
tox.ini Support Django 1.11 / Python 3.6 Mar 22, 2017

README.rst

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.

Trigger Happy Architecture

Requirements

The minimum are the following :

Installation

pip install django-th[all]

or to make your own "recipe" :

pip install django-th[min]  # will just install RSS and Wallabag
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://trigger-happy.readthedocs.org/