Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henry232323/aioyoyo

A port of oyoyo to Asyncio for Python 3.5+
https://github.com/henry232323/aioyoyo

asyncio irc irc-asyncio oyoyo oyoyo-asyncio

Last synced: 25 days ago
JSON representation

A port of oyoyo to Asyncio for Python 3.5+

Awesome Lists containing this project

README

        

# Aioyoyo





A port of the Python IRC library oyoyo to Asyncio for Python 3.5+
A Python asyncio IRC library

Uses Asyncio instead of its original threading client. Creating an IRCClient instance will create the protocol instance.
To start the connection run IRCClient.connect(); (coroutine)

Uses oyoyo from [illuminatedWax](https://github.com/illuminatedwax)'s [Pesterchum](https://github.com/illuminatedwax/pesterchum/tree/master/oyoyo), slightly modified