https://github.com/colcarroll/pete
He's just happy to be here
https://github.com/colcarroll/pete
Last synced: 11 months ago
JSON representation
He's just happy to be here
- Host: GitHub
- URL: https://github.com/colcarroll/pete
- Owner: ColCarroll
- License: mit
- Created: 2016-06-20T04:07:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T20:17:03.000Z (over 3 years ago)
- Last Synced: 2025-07-31T21:16:30.658Z (11 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|Build Status| |Coverage Status|
====
Pete
====
*He's just happy to be here*
Very much a work in progress. A task runner that will check on things,
and report things. Spiritually similar to
`IFTTT `__.
Example
=======
::
>>> from pete.runner import Runner
>>> from pete.examples import StringBroadcaster, TimeChecker
>>>
>>> runner = Runner(
... tasks=[TimeChecker()],
... broadcasters=[StringBroadcaster()],
... timeout=10)
>>> runner.main()
It is now 00:00:56
It is now 00:01:06
...
Plans
=====
- Broadcasters
- Email
- Slack
- HTML
- RSS
- Tasks
- MBTA delays
- Weather in the white mountains
- Why is the flag at half mast
.. |Build Status| image:: https://travis-ci.org/ColCarroll/pete.svg?branch=master
:target: https://travis-ci.org/ColCarroll/pete
.. |Coverage Status| image:: https://coveralls.io/repos/github/ColCarroll/pete/badge.svg?branch=master
:target: https://coveralls.io/github/ColCarroll/pete?branch=master