Lightweight and extremely customizable notifier. Designed to work with Twitter and much more
Project description
Ciciòl
======
Ciciòl aims to be a simple but extremely customizable and lightweight
notifier. Was designed to work with Twitter but its plugin-based structure
makes it extendible for any kind of service.
Getting Started
---------------
* Install from PyPi:
* ``` pip install ciciol ``` or ``` easy_install ciciol ```
* Install from git:
* ```
git clone https://volpino@github.com/volpino/Ciciol.git
```
* ```
python setup.py install
```
* Install python-notify for libnotify support
* Write your own configuration file
* If you want to use twitter just copy the config file in examples/.
Get access_key and access_secret with:
```
ciciol --setup twitter
```
* Launch ciciol
```
ciciol
```
What are handlers?
------------------
Handlers are plugins for handling sources of information and extract
interesting notifications from them. For example the Twitter handler looks
for new tweets, filters according to what the user specified in the config
file and sends the notification data to one or more backends.
What are backends?
------------------
Backends are plugins for effectively notify the user using various techniques
(desktop notifications, emails, IRC, ...).
Writing a configuration file
----------------------------
First of all have look at the examples in examples/
Basically in the configuration file you've to specify which handlers and
backends you'd like to use plus optional handler specific configuration.
Contribute
----------
Writing a plugin for Ciciòl is very easy! Start having a look at the existing
plugins.
Feel free to fork this repo, open issues and send pull requests
Development Status
------------------
[![Build Status](https://secure.travis-ci.org/volpino/Ciciol.png?branch=develop)](http://travis-ci.org/volpino/Ciciol)
======
Ciciòl aims to be a simple but extremely customizable and lightweight
notifier. Was designed to work with Twitter but its plugin-based structure
makes it extendible for any kind of service.
Getting Started
---------------
* Install from PyPi:
* ``` pip install ciciol ``` or ``` easy_install ciciol ```
* Install from git:
* ```
git clone https://volpino@github.com/volpino/Ciciol.git
```
* ```
python setup.py install
```
* Install python-notify for libnotify support
* Write your own configuration file
* If you want to use twitter just copy the config file in examples/.
Get access_key and access_secret with:
```
ciciol --setup twitter
```
* Launch ciciol
```
ciciol
```
What are handlers?
------------------
Handlers are plugins for handling sources of information and extract
interesting notifications from them. For example the Twitter handler looks
for new tweets, filters according to what the user specified in the config
file and sends the notification data to one or more backends.
What are backends?
------------------
Backends are plugins for effectively notify the user using various techniques
(desktop notifications, emails, IRC, ...).
Writing a configuration file
----------------------------
First of all have look at the examples in examples/
Basically in the configuration file you've to specify which handlers and
backends you'd like to use plus optional handler specific configuration.
Contribute
----------
Writing a plugin for Ciciòl is very easy! Start having a look at the existing
plugins.
Feel free to fork this repo, open issues and send pull requests
Development Status
------------------
[![Build Status](https://secure.travis-ci.org/volpino/Ciciol.png?branch=develop)](http://travis-ci.org/volpino/Ciciol)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ciciol-0.1.1.tar.gz
(6.8 kB
view details)
File details
Details for the file ciciol-0.1.1.tar.gz
.
File metadata
- Download URL: ciciol-0.1.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b9f4144c1bcdeb03844f252f4c07e86c500d44a77b6dd21bd76a0f3c85c29f9 |
|
MD5 | 7528533482d39c66c1f9ce4e5bf05702 |
|
BLAKE2b-256 | 8b7292796e7020238c4dc8a9bfc08d49f9bc8cc6ea8d08f3ce0d697934a86b11 |