Jump to content

gaatjenietsaan

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by gaatjenietsaan

  1. Hi All, I started an implementation of a Mangos client in Python. Mostly to learn Python and experiment with AI. To quickly get it to a state where it might be of interest to others, I created a proof of concept Mangos chatbot thingy, hellowow (suggestions for a better name are welcome). IIt is now under SVN, at: http://svn2.assembla.com/svn/hellowow/tags/0.0.3/ Basically it is a chatbot, using a pre-existing character, that listens to whispers (and monitors configurable chat channels) and whispers back a reply from an Eliza implementation (not mine, but it is open source licensed and hence provided), like: Player: Hi Eliza: How are you Player: Fine Elize: Why do you say you are Fine etc.. Reactions on my test server (with up to 2 testers ) were positive and, altough the novelty wears off with such a limited tester base, we had some laughs with it. The used open source Python Eliza implementation (the only one I could find in short time) is quite limited in its number of responses, though. I'd really like some feedback on this. What is needed to run this: Mangos (only tested on Linux with svn 6761 running local) Python (only tested on Linux with 2.5.2) I guess WIndows and other versions of Python 2 and Mangos/Trinity will also work, but if not, please let me know. How to use it: Download with an svn client of your choice. Go to the 0.0.3 directory and read the README filke. As stated in the README file, copy hellowow.cfg.example to hellowow.cfg and edit it (if the defaults are not good). Run python main.py Again, feedback is most welcome (even if you don't want to run a chatbot, just let me now what would work for you in an AI client). Thanks. UPDATE: added link to later version
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use