Bitcoin Forum

Other => Off-topic => Topic started by: vite on October 18, 2016, 09:39:27 PM



Title: Python irc client
Post by: vite on October 18, 2016, 09:39:27 PM
https://github.com/vitepython/irc-client

A command line python irc client that takes user inputs in python 2.7

It's very basic but it's meant to only run on libraries that ship with standard python.

It only really needs one library "sockets".

You should be able to join as many channels as an irc server allows, a verbos mode that sends all data, an all Chan mode that parses channel and private messages into a easier to read format and a way to send private messages.

It's a proof of concept that you can have a basic irc client that should run on most os that ship with python. It also works on windows 7 to 10, haven't tested on a mac or smartphone yet.