Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rande/python-shirka

A Python Bot
https://github.com/rande/python-shirka

Last synced: about 1 month ago
JSON representation

A Python Bot

Awesome Lists containing this project

README

        

======
Shirka
======

This a bot based on twisted, mostly a python learning project

Consumers
=========

* flowdock: read message from flow dock stream API
* stdin: read message from the cli (testing only)

Responders
==========

* face
* whois
* math
* wat
* xkcd
* ascii
* 9gag
* jira

Installation
============

virtualenv shirka
cd shirka
source bin/activate

pip install shirka
python -m shirka --destination bot

Usage
=====

cd bot
python start.py shirka:start

Running Tests
=============

.. code-block:: python

python tests.py # run all tests
python -m unittest responders.xkcd # run one test