I'm looking for a small gang PVP corporation and after finding a potential corp, there are three things I usually do:
- Check their Monthly History on zkillboard to get a sense of their recent activity. Example: https://zkillboard.com/corporation/1018389948/stats/ (I hear dreddit is recruiting).
- Ask about their timezone activity. (I'm looking for US Eastern between 0:00-3:00 EVE).
- Ask about their typical fleets. (I'm looking for a mix of micro gang, 2-4, and small gang, up to 10).
However, I have found that with the last two questions, people have a way of exaggerating. Or it might be they really don't know so they're just guessing.
With zkillboard's public API, the last two questions are fairly easy to guestimate based on their killboard activity. Now obviously this isn't the only criteria for choosing a corp, but this does help to quickly get a feel for their PVP activity.
Finally, I'm not above begging. So if you find any of this useful, feel free to send donations to "Resin Neublem" in game. If some wealthy benefactor finds this extremely useful, I may make this into a small webapp.
This is just a few scripts slapped together and shared. None of this is robust and they all likely contain bugs.
Do not hammer the zkillboard API. Don't re-download the data unless you have to.
First make sure both Ruby 2.x and R are installed. Then make sure you bundle the dependencies:
bundle install
-
Find the corporation ID by looking at the URL on zkillboard or eve-kill.net. For example, the dreddit ID above is 1018389948.
-
Run
./last_1000_kills.sh <corporation_id> <corporation name>
. That will download the last 1000 kills from the zkillboard API, turn it into a csv, then generate a pdf in the "reports" folder
Some examples of PVP corporations that are recruiting in the EVE Forums are available in the examples folder.