Skip to content

A runtime mutable network framework in Python

License

Notifications You must be signed in to change notification settings

nsk89/nodeforge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Nodeforge is a framework for network communications in Python 2.5.

Functionality:
It supports multiple IRC and DC++ bots.

Architecture:
Nodeforge is special in that it is highly modular. Even the parsing code is a plugin which can be changed while connected.
The network loop uses the Twisted library.

Website:
https://github.com/impredicative/nodeforge

Requirements:
Python 2.5+
Twisted 8.10

Usage:
Either run rungui.pyw or use runconsole.py. 
Be sure to edit configure.py for settings.

License:
Nodeforge is licensed under the BSD license found in license.txt.
All code in the plugins folder is put under public domain including imdblib which is user contributed.

About

A runtime mutable network framework in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%