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

https://github.com/theokyr/pyirc

A simple, lightweight IRC Client written in Python.
https://github.com/theokyr/pyirc

irc irc-client irc-protocol python-2 socket-programming

Last synced: over 1 year ago
JSON representation

A simple, lightweight IRC Client written in Python.

Awesome Lists containing this project

README

          

# 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

```
Specifies a host address
* ``` -port ```
Specifies a host port
* ``` -nick ```
Specifies a Nickname
* ``` -username ```
Specifies a Username
* ``` -ident ```
Specifies an IDENT
* ``` -realname ```
Specifies a Real Name
* ``` -r ```
Print server responses without formatting (Raw Lines Mode)

## License
pyIrc is licensed under the MIT License.