Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devunt/ika
Asynchronous modern IRC service written in python
https://github.com/devunt/ika
asyncio irc irc-services python
Last synced: 7 days ago
JSON representation
Asynchronous modern IRC service written in python
- Host: GitHub
- URL: https://github.com/devunt/ika
- Owner: devunt
- License: agpl-3.0
- Created: 2015-05-24T11:13:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T05:14:33.000Z (almost 6 years ago)
- Last Synced: 2024-12-27T06:10:15.343Z (7 days ago)
- Topics: asyncio, irc, irc-services, python
- Language: Python
- Homepage: http://ozinger.org/
- Size: 363 KB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ika
===Service bot daemon for http://ozinger.org/
Work in progress.
Dependency
----------* Python >= 3.6.0
* see ``requirements.txt``How to run
----------.. code-block:: console
$ pip install -r requirements.txt
$ cp config.yml.example config.yml
$ vim config.yml # Or any of your favourite editor except emacs
$ python run.py runLicense
-------GNU AFFERO GENERAL PUBLIC LICENSE V3
For more information, please see ``LICENSE``.