Git Product home page Git Product logo

ciciol's Introduction

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:

  • 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.