Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/henry232323/aioyoyo
- Owner: henry232323
- License: mit
- Created: 2016-12-18T21:04:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T20:00:10.000Z (about 7 years ago)
- Last Synced: 2024-09-20T14:12:05.014Z (about 2 months ago)
- Topics: asyncio, irc, irc-asyncio, oyoyo, oyoyo-asyncio
- Language: Python
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 libraryUses 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