Forums - Open Redstone Engineers
IRCLib is now publicly available! - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: IRCLib is now publicly available! (/thread-2365.html)



IRCLib is now publicly available! - tokumei - 02-09-2014

After a long while of developing my IRC library that I use for all my bots, it's finally available to the public! You can download the current version from http://github.com/AGausmann/IRCLib/releases. I still haven't made the documentation, but feel free to play around with it if you want!

I've also open-sourced my IRC bot (DJBot_) on Github at http://www.github.com/AGausmann/IRCBot. That is a fully working bot prototype, and has a full documentation for getting started if you're not interested in developing your own.

Discuss/improve down below.
EDIT: I'm also happy because I've learned Git in less than a day, and was able to successfully add a GitHub repo as a remote :3


RE: IRCLib is now publicly available! - Iceglade - 02-09-2014

Could you give a feature overview at least? I'd be interested in making a client at some point with it.


RE: IRCLib is now publicly available! - tokumei - 02-09-2014

(02-09-2014, 02:50 PM)Iceglade Wrote: Could you give a feature overview at least? I'd be interested in making a client at some point with it.

ya, don't worry, I will be updating the wiki (and should have added comments to the library itself. I'll get on it in a bit


RE: IRCLib is now publicly available! - tokumei - 02-10-2014

Any thoughts? I'll be getting a version ready to put on pypi and easy install.


RE: IRCLib is now publicly available! - Chibill - 02-10-2014

Is it comparable with jython?


RE: IRCLib is now publicly available! - tokumei - 02-12-2014

(02-10-2014, 10:21 PM)Chibill Wrote: Is it comparable with jython?

I'm not a big fan of jython... just learn how to use python instead. Tongue


RE: IRCLib is now publicly available! - Chibill - 02-12-2014

Its the same as python (2.7) but lets us use the nice Java stuff like (opengl) without having to relearn it. It should work.


RE: IRCLib is now publicly available! - xdot - 02-13-2014

OpenGL is by no means "java stuff". I bet that it is actually more efficient to use the native python opengl wrapper instead of a java library/wrapper with jython.


RE: IRCLib is now publicly available! - tokumei - 02-13-2014

I don't even get why you would want to use OpenGL for an IRC program... or any java classes. Python has enough libraries already to make an IRC client.


RE: IRCLib is now publicly available! - Iceglade - 02-13-2014

>OpenGL
>IRC
>What the actual hell am I reading


RE: IRCLib is now publicly available! - VirtualPineapple - 02-14-2014

A thread about: IRCLib is now publicly available!


RE: IRCLib is now publicly available! - Iceglade - 02-14-2014

OMG NO WAIIII


RE: IRCLib is now publicly available! - tokumei - 02-24-2014

I've cleaned up the comments since initial commit, and I will be working on the documentation this week. check it out mebbe? :3


RE: IRCLib is now publicly available! - tokumei - 06-06-2014

Many releases have come out since the last bump, and I also open-sourced my IRC bot which depends on the library. Here's the source code


RE: IRCLib is now publicly available! - greatgamer34 - 06-08-2014

gratz!