Django-th

Latest version: v1.7.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.3.2

comes in addition to 1.3.0 and 1.3.1 : few fixes

1.3.0

- Fix RSS producing (yes you can produce rss Feeds from Tweets you'd track for example)
- Expired Tokens now trigger email to user and admin. Thus, This will avoid to let the "system" continues to try to use expired service. Once the service has been renew, the trigger come back to life :)

as the models changed, do not forget to do:

python
python manage.py migrate

1.2.0

New feature :
- [155](https://github.com/foxmask/django-th/issues/155) Taiga and Slack services are now supported, through their respectives WebHooks... and Mattermost too, as this project uses the same API of Slack.
- [162](https://github.com/foxmask/django-th/issues/162) You can now use the project with Docker. If you are familiar with docker, you can just follow [the README_docker file](https://github.com/foxmask/django-th/blob/master/README_docker.md) I made.

Improvements :

Update of all the (old) requirements, except django still in 1.8.x

Contributions :
- typo fixing [156](https://github.com/foxmask/django-th/pull/156) by Kenny John Jacob

Installation and Update :

Once you did

python
pip install -U django_th


finish by

python
python manage.py migrate


to update the database

1.1.0

- New feature :

launch one trigger from its list of triggers
- Improvements :
- Core : forget to add templates to Manifest for v 1.0.0
- Core : Many improvement with Unitest
- Core : drop unused modules : th_holidays th_search
- Core : Triggers status of last execution
- Core : Stop triggers that use a disabled service
- Core : avoid error 500 when submitted twice the creation of a service
- Evernote : RateLimit is reached... does not return a evenote.api.client.Store
- Readability: Drop support
- Todoist : regression with command line to 'recycle' data + an invalid import of TodoIst API
- Twitter : get tweets from a given search string - the tag field works also perfecly for searching purpose
- Twitter : set a longer size to store enorrrrmouuuusss token
- Twitter : do a tweet with one tag

1.0.0

Whats new ?

Here are the new services supported that are now part of the keyring :
- Pushbullet
- Instapush
- Todoist

The keyring now contains :


Twitter
Evernote
Wallabag
Pocket
Readability
Pushbullet
Instapush
Todoist
Pelican
Github
RSS
Trello


Improvments under the hood :
- Until today, all the services werent fully usable as they all consumed data but not provided them. For exemple you could create à note in Evernote to create an issue on github but could not get issue from github and create à note in Evernote. Now all the combinaison with those 11, 5 services is possible. The missing 0.5 is for Trello who is not able to provide filtered data yet but can receive everything.
- to be DRY : reducing a lot of code of each service and moving the auth to the main mother class.

Cosmestics :

the render of the list of triggers changed by dropping the blue of buttons to edit the services, which, with the time, tired your eyes.

0.13.3

For Wallabag service, test when the token has expired and if so refresh it

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.