Metadata-Version: 2.0
Name: nusbot
Version: 0.3.3
Summary: adc bot annoucing changes in filelist of hub's users
Home-page: https://github.com/kraiz/nusbot
Author: Lars Kreisz
Author-email: lars.kreisz@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: File Sharing
Requires-Dist: twisted

Advanced Direct Connect (ADC) bot that connects to a hub and periodically downloads the filelist of each user. When it find changes it will announce these in the hub chat. It comes with chat commands that let you force scan users and list a history of changes.

It's written in Python and based on the great Twisted network framework.


changes
-------

* 0.3.2
  * bugfix: packaging error (missing manifest.in)

* 0.3.2
  * bugfix: prevent sqlite3/unicode error

* 0.3.1
  * bugfix: auto-announce changes when found
  * bugfix: better format for stored changes
  * bugfix: prevent filelist mixup when scanning many users

* 0.3.0
  * after some prototypes in go and with asyncio this is the first functional version with twisted


