Skip to content

gpicchiarelli/Twisted-IRC-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twisted-IRC-server

This is basic IRC Server implementation based on Twisted python library.

Procedure to Setup Server:

  • Install Python (Duh)
  • Install pip
  • Install twisted (pip install twisted)
  • Install Service Indetity (pip install service_identity)

To run the server: python ircd.py

Currently hosted at 35.167.104.132 on port 9399. Use telnet to have fun: $telnet 35.167.104.132 9399

About

This is basic IRC Server implementation based on Twisted python library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%