Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/tibian-ani
Tibian-ani is an online times analyzer for CipSoft's MMORPG game Tibia.
https://github.com/tchx84/tibian-ani
Last synced: about 1 month ago
JSON representation
Tibian-ani is an online times analyzer for CipSoft's MMORPG game Tibia.
- Host: GitHub
- URL: https://github.com/tchx84/tibian-ani
- Owner: tchx84
- License: gpl-2.0
- Created: 2013-05-25T07:07:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-25T07:28:20.000Z (over 11 years ago)
- Last Synced: 2024-10-15T23:35:12.403Z (3 months ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Tibian-ani is an online times analyzer for CipSoft's MMORPG game Tibia. It
checks for online players and generates useful statistics. It uses google's
visualization API to watch the results.Usage by example:
1. Create a crontab task to run check.py
i,e: */15 * * * * /path/to/check.py Amera # will check Amera game world
2. Make sure you gather enough samples.
3. Generate statistics with report.py
i,e: ./report.py -w Amera # will show general world activity during weekdays
i,e: ./report.py -w Amera -d Monday # will show general activity, hourly on mondays
i,e: ./report.py -w Amera -c "Mad Statistician" # will show player's activity
i,e: ./report.py -w Amera -g "Crazy Guild" # will show guild's activity
i,e: ./report.py -w Amera -g "Crazy Guild" -c "Mad Statistician" -d Monday # combo!!Useful for what?!
* Watch your enemy guilds online activity.
* Watch your enemy characters online activity.
* Combine information to find out the best moment for ingame combat!Is this too geek?!
* Yes.Dependencies:
* Python 2.7.