Skip to content

Script to generate HTML memberlist of EVE Online corporations

License

Notifications You must be signed in to change notification settings

Covert-Inferno/eve-corplist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eve-corplist

This is a simple script to generate an HTML memberlist of an EVE Online corporation. To get the member list it queries the evewho.com API.

To generate a member list, just execute the script with the corp name as parameter like so:

python __main__.py "CORPNAME"

or

python eve-corplist "CORPNAME"

from one directory above the one you checked out.

For larger corporations this can take a while since the script has some delays to take load off evewho.com.

The setup.py is currently only for creating windows executables with py2exe.

Requirements

lxml module

Tested on Python 2.7

About

Script to generate HTML memberlist of EVE Online corporations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.8%
  • CSS 11.2%