Skip to content
/ pyIrc Public

A simple, lightweight IRC Client written in Python.

License

Notifications You must be signed in to change notification settings

theokyr/pyIrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyIrc

A simple, lightweight IRC Client written in Python.

Prequisites

  • Python 2.7.12
  • (Optional) Eclipse IDE with PyDev

Tested On

  • Debian 8 Jessie
  • Windows 10
  • Windows 10 CygWin Terminal

Installation

  1. Download and install Python 2.7.12 for your OS
  2. Clone pyIrc
  3. Done!

Usage

python pyirc

Command Line Arguments

  • -h, --help Prints available arguments
  • -server <address> Specifies a host address
  • -port <number> Specifies a host port
  • -nick <nickname> Specifies a Nickname
  • -username <username> Specifies a Username
  • -ident <ident> Specifies an IDENT
  • -realname <realname> Specifies a Real Name
  • -r Print server responses without formatting (Raw Lines Mode)

License

pyIrc is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages