Menu

Loading Killmails

Dave Drouin

The loadkills.py script can fetch killmails from the EVE API, a killboard or an XML file. Here are some examples to help illustrate each mode.

Loading from a file - say you've manually saved an XML file from the EVE API or from some EDK based site's idfeed interface:

./loadkills.py -f ~/Killlog.xml.aspx.xml
[2012-05-12 20:14:41,737]: INFO - Starting...
[2012-05-12 20:14:41,882]: INFO - 100 kill mails retrieved.
[2012-05-12 20:14:42,487]: INFO - kill: 22767105, 2012-03-13 05:54:00, Lexa Hellfury, Wolf saved.
....

Loading from the EVE API directly:

./loadkills.py -k 606082 -V kG6fk9hgd8jg7ik7kkjf89bnf6n90M6F6678k9hkk86ijmi76r -t Corporation -m 256
[2012-05-12 20:25:58,716]: INFO - Starting...
[2012-05-12 20:26:00,679]: INFO - 100 kill mails retrieved.
[2012-05-12 20:26:00,801]: INFO - kill: 23367304, 2012-04-16 23:01:00, Khorkrak, Velator saved.
....
So here here k is for the API key, V is the verification code (those above are bogus), t is the key type and m is the access mask.

Loading from an EDK killboard:

./loadkills.py -u http://eve-kill.net?a=idfeed -C 'War Tribe'

[2012-05-12 21:20:58,103]: INFO - Starting...
[2012-05-12 21:20:58,219]: INFO - http://eve-kill.net?a=idfeed&corpname=War+Tribe
[2012-05-12 21:21:03,711]: INFO - 50 kill mails retrieved.
[2012-05-12 21:21:03,946]: INFO - kill: 22146467, 2012-02-04 20:49:00, Eso Es, Rifter saved.
[2012-05-12 21:21:04,036]: INFO - kill: 22446510, 2012-02-23 03:15:00, Rekalia, Tristan saved.
...


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.