Difference between revisions of "External Services and Tools"

From BattleMaster Wiki
Jump to navigation Jump to search
(Update to mneme bot: source code available publicly on assembla)
(Mneme bot is now functional)
Line 10: Line 10:
 
=== Mneme IRC Bot ===
 
=== Mneme IRC Bot ===
 
*Location: [irc://irc.quakenet.org/battlemaster #battlemaster]
 
*Location: [irc://irc.quakenet.org/battlemaster #battlemaster]
*Status: In development.
+
*Status: Fully functional. Additional tweaks and enhancements are planned.
 
*Source:  
 
*Source:  
 
:::Coded with Java using the PircBot framework.
 
:::Coded with Java using the PircBot framework.
 
:::The source code is hosted on Assembla [http://subversion.assembla.com/svn/mneme here]
 
:::The source code is hosted on Assembla [http://subversion.assembla.com/svn/mneme here]
 +
:::Requires a MySQL database, although another RDBMS could be used with a small addition to the code.
 
*Description:  
 
*Description:  
 
:::An IRC bot that associates a user's IRC nickname with a given Battlemaster family name. Once associated, other users can then query the bot to find what family the user plays, and a link to the user's details page.
 
:::An IRC bot that associates a user's IRC nickname with a given Battlemaster family name. Once associated, other users can then query the bot to find what family the user plays, and a link to the user's details page.
:::It will feature basic anti-flooding protection to prevent abuse of its resources.
+
:::It features basic anti-flooding protection to prevent abuse of its resources.
 +
:::Seeking someone with a server who could host the bot.

Revision as of 07:10, 3 December 2009

BattleMaster provides an API for some game data that can be used by external tools, either programs or web services.

The API is described in the /API Documentation page.

The use of our data by these tools is subject to a special License. Part of that license is that all such tools must list themselves on this page:


Tools Registered

Mneme IRC Bot

  • Location: #battlemaster
  • Status: Fully functional. Additional tweaks and enhancements are planned.
  • Source:
Coded with Java using the PircBot framework.
The source code is hosted on Assembla here
Requires a MySQL database, although another RDBMS could be used with a small addition to the code.
  • Description:
An IRC bot that associates a user's IRC nickname with a given Battlemaster family name. Once associated, other users can then query the bot to find what family the user plays, and a link to the user's details page.
It features basic anti-flooding protection to prevent abuse of its resources.
Seeking someone with a server who could host the bot.