Skip to content
/ girc Public

💬 A simple chat client in Python/Twisted

Notifications You must be signed in to change notification settings

grocid/girc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

girc

A minimal chat client in Python/Twisted. Supported commands are join /j #channel and part /p.

To configure the client, first run it in terminal:

$ girc configure
Server (hostname:port): myserver.org:6697
Nickname: mynick
Password: 
This will replace all entries associated with this application. Proceed [y/N]: 

After configuration, you can run the client as a normal GUI application.

Screenshots

Using macOS-Arc. girc

Using OSX-Arc-Shadow. girc dark

CPU/MEM Usage

This is running one server with four channels usage

Planned

  • Add some more stuff to list of planned things,

About

💬 A simple chat client in Python/Twisted

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages