Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/tibialytics
Community analyzer for CipSoft's MMORPG game Tibia.
https://github.com/tchx84/tibialytics
Last synced: about 1 month ago
JSON representation
Community analyzer for CipSoft's MMORPG game Tibia.
- Host: GitHub
- URL: https://github.com/tchx84/tibialytics
- Owner: tchx84
- License: gpl-2.0
- Created: 2013-04-26T01:20:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T01:25:22.000Z (over 11 years ago)
- Last Synced: 2024-10-15T23:35:12.911Z (3 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Tibialytics is a community analyzer for CipSoft's MMORPG game Tibia. It
generates a guild ranking for any game world. To generate this ranking
it crawls through the game website, gathering all publicly available data
about the gameworld's guilds and players.The ranking generator does an pseudo-statistical analysis that takes into
account: (a) player's basic data (levels), (b) pvp records, extracted from
player's public data and (c) social interaction records (marriage, fight's
assistance).Usage by example:
1) $ruby run.rb Amera
2) $cd ./results/Amera/
3) Results are provided in two formats:
a) geek friendly, verbose, plain text.
b) human friendly, html sortable tables.Dependencies:
1) Ruby