These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

character skill tracker (noob question)

Author
Frillo Teslar
Republic Military School
Minmatar Republic
#1 - 2014-09-30 07:17:20 UTC  |  Edited by: Frillo Teslar
Hello, I have a little experience in java and python but not much.

I want to try making a character skill tracker where pilots could input their api, and directors would be able to login/ have the program locally and monitor these skills.

How difficult would it be, and where can I find info on how to go about it?

Also can it be done in java/python or is php a lot better?

Thanks
(noob out)
Derrick Miles
Death Rabbit Ky Oneida
#2 - 2014-10-01 14:01:01 UTC
It's a pretty straightforward task using the Character Sheet API endpoint and the invtypes table in the SDE. Alternatively you can just use EveMon if you already have the API keys.