OfArchiver 0.43

OfArchiver is a Python app that generates HTML archives of chat rooms on an Openfire instant messaging server.Example usage is as follows:from ofarchiver import OfArchiverofa = OfArchiver()for room in ofa.get_rooms(): ofa.gen_archive(room)A script...

Recommended Software for Linux