Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rande/python-shirka
- Owner: rande
- License: mit
- Created: 2013-02-25T00:20:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-12T20:53:26.000Z (over 11 years ago)
- Last Synced: 2024-10-13T04:55:50.849Z (2 months ago)
- Language: JavaScript
- Size: 821 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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
* jiraInstallation
============virtualenv shirka
cd shirka
source bin/activate
pip install shirka
python -m shirka --destination bot
Usage
=====cd bot
python start.py shirka:startRunning Tests
=============.. code-block:: python
python tests.py # run all tests
python -m unittest responders.xkcd # run one test