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.
- Host: GitHub
- URL: https://github.com/theokyr/pyirc
- Owner: theokyr
- License: mit
- Created: 2016-12-31T17:45:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T20:42:15.000Z (over 7 years ago)
- Last Synced: 2025-01-21T18:20:10.525Z (over 1 year ago)
- Topics: irc, irc-client, irc-protocol, python-2, socket-programming
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.