GitXplorerGitXplorer
d

jabbs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c3d109319950378f1ed048b9ea8540b78335f9cb

Added license and dependencies

ddgsuarez committed 14 years ago
Unverified
8f12441015a77f05e0abfd7dc779515291ebd929

Added readme

ddgsuarez committed 14 years ago
Unverified
2b85c5d80b03c15e0382d7205b3e497c3d10462a

Tonteria corregida

ddgsuarez committed 17 years ago
Unverified
f11692035860126c8df47bb706eb03a37f0090aa

Pequeña modificacion en la presentacion

ddgsuarez committed 17 years ago
Unverified
5166d057476adc37a2ead1ef8df58b23d4fc449d

Detalles

ddgsuarez committed 17 years ago
Unverified
5b7408dc6999638524787b4b4f2c4337bf75c850

Detalles

ddgsuarez committed 17 years ago

README

The README file for this repository.

Jabbs

This is an unmantained framework to create conversational systems (or just bots) using Python and XMPP. All the code was created for my undergraduate end of degree project.

Structure

The framework itself is in src/jabbs, with some integration tests in src/tests. All the other folders are sample apps:

  • src/jabanswer: Get answers using Yahoo! Answers
  • src/jablog: Keep logs of conversations
  • src/jabsearch: Search with Yahoo!
  • src/minuteman: Keep minutes of meetings
  • src/poorboy: Really simple eliza clone

Dependencies

PyXMPP: http://pyxmpp.jajcus.net/

License

All code licensed under the GPL <http://www.gnu.org/licenses/gpl.html>_