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.
 

Programmer Wanted for Early Warning detection system

Author
Aphelion Thunderclap
Caldari Provisions
Caldari State
#1 - 2013-01-01 17:21:43 UTC  |  Edited by: Aphelion Thunderclap
hello there i have a Alt toon mining in a Dead end system and i see alot of the same people every day but sometimes new faces but not very often and i had a idea i want to see come to life here it is.......i have been adding everyone i see based on there kill mails from battleclinic and from eve-kill ....here is how i class everyone.....if they have no kill mails they are Neutral if they kill people that are non industrial\miner they get a Bad standing and if they kill a industrial or a miner they get a Terrible standing.... this allows for me to beable to glance at local and decide if i need to run or not without looking at there security status all the time.....i need a Program to monitor my Contacts list guessing thru API and also i guess the kill mail sites and tell me thru some form of notification if any of these people have killed any industrial ships or mining ships in the future so i know what standing to edit them to and also change them from terrible standing bad and up to neut based on how long ago they killed i would say if i put them at Terrible and they did not kill another industrial or mining ship within 3 months then i get a notification saying i need to adjust there standing from terrible to bad 3 more months bad to neutral Please let me Know what i must do to accomplish this and how much ISK it will cost me thanks in advance
Cyerus
University of Caille
Gallente Federation
#2 - 2013-01-01 23:23:02 UTC
Aphelion Thunderclap wrote:
hello there i have a Alt toon mining in a Dead end system and i see alot of the same people every day but sometimes new faces but not very often and i had a idea i want to see come to life here it is.......i have been adding everyone i see based on there kill mails from battleclinic and from eve-kill ....here is how i class everyone.....if they have no kill mails they are Neutral if they kill people that are non industrial\miner they get a Bad standing and if they kill a industrial or a miner they get a Terrible standing.... this allows for me to beable to glance at local and decide if i need to run or not without looking at there security status all the time.....i need a Program to monitor my Contacts list guessing thru API and also i guess the kill mail sites and tell me thru some form of notification if any of these people have killed any industrial ships or mining ships in the future so i know what standing to edit them to and also change them from terrible standing bad and up to neut based on how long ago they killed i would say if i put them at Terrible and they did not kill another industrial or mining ship within 3 months then i get a notification saying i need to adjust there standing from terrible to bad 3 more months bad to neutral Please let me Know what i must do to accomplish this and how much ISK it will cost me thanks in advance


It might help if you use correct punctuation.
Joepopo
Worthless Carebears
The Initiative.
#3 - 2013-01-01 23:58:30 UTC
Of course, for the mlining alt...
The best thing for what you want will be to wait for the REST API to be available. Then you will be able to modify your contact list through software.

Wait until april.
Aphelion Thunderclap
Caldari Provisions
Caldari State
#4 - 2013-01-02 00:07:42 UTC
i believe its CREST
Joepopo
Worthless Carebears
The Initiative.
#5 - 2013-01-02 08:10:10 UTC
CREST is CCP implementation of a REST API.
NickyYo
modro
The Initiative.
#6 - 2013-01-02 10:00:51 UTC
OP is obviously a goon alt.

..

Aphelion Thunderclap
Caldari Provisions
Caldari State
#7 - 2013-01-02 10:06:55 UTC  |  Edited by: Aphelion Thunderclap
going to attempt to write this myself i guess in C# using Visual Studio 2012 as i have never learned any programming language this will be a challenge and any and all help would be appreciated here is the steps the program will need to perform .


1.Pull Contact API and Location API
2. make sure none of contacts have killed in past 3 months
3.if killed then Open Notification Window if it was a Miner or Industrial ship only
4. if have not Killed a industrial or miner in past 3 months Open Notification Window to adjust in a positive Direction
5. Search and Suggest 1 month worth of kills within 3 jumps of home system
6. 4 months 0 activity suggest Deletion from Contacts List


*Note: it's finding out who did what from crawling thru kill mail sites. Really need a good name for this other then project 1
Dei
Cosmic Core Industries
#8 - 2013-01-02 10:28:18 UTC
So you want to create a bot program for mining? What you just described is impossible without breaking the eula. Plus you won't get past step one as it's impossible to get local char details afaik.
NickyYo
modro
The Initiative.
#9 - 2013-01-02 10:37:41 UTC
OP just wants null sec to be risk free and more carebear. Sounds like a goon to me.

..

Aphelion Thunderclap
Caldari Provisions
Caldari State
#10 - 2013-01-02 11:15:36 UTC
you misunderstand there is no bot involved here it wont break the Eula at all
Joepopo
Worthless Carebears
The Initiative.
#11 - 2013-01-02 12:17:52 UTC
NickyYo wrote:
OP just wants null sec to be risk free and more carebear. Sounds like a goon to me.


Do you honestly think we don't already have such software available?

Aphelion, I am missing some info for what you want to do:

Do you want to manage your contact list (ie changing their standings from your app) so that they ll show in your local?

Or do you want to scan the people in local to look for suspicious activities?


The former is OK but you need to wait for REST beta.

The latter is still OK but you need to input all names to scan manually (pretty much like CVA KOS list website).


Anyhow, you should really think about a good name, that sounds important.
Aphelion Thunderclap
Caldari Provisions
Caldari State
#12 - 2013-01-02 14:33:28 UTC  |  Edited by: Aphelion Thunderclap
the Program is just a way to Notify me if i need to change there standings in my contact list i will have to maintain of course my own Contact list but the contact list will just show me potential dangers through local in system
Aphelion Thunderclap
Caldari Provisions
Caldari State
#13 - 2013-01-03 17:22:40 UTC
i Was Informed my First step should be to write a program to Parse the XML killboards any idea where to start on something like this?