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.
 

Help compile the list of Notifications and NotificationTexts

Author
Desmont McCallock
#1 - 2015-08-23 14:39:30 UTC  |  Edited by: Desmont McCallock
I've been with EVE since 2008 and honestly I can't remember when CCP added the API endpoints for the Notifications and NotificationTexts. If you ask me it was a poor job done. Sometimes it's better to not ship a new feature at all than shipping it half-finished.

To the point.

  1. Notifications only returns the typeID of the notification and no description (name).
  2. NotificationTexts returns a CDATA section which contains the YAML representation for the notification text (I wonder which genius decided that) instead of the actual text.

So after waiting endlessly all this time for CCP to do their job and fix those issues at some point, I'm finally giving up on waiting.

Therefore, I'm asking the community to help out and help compile a list that we all (3rd party devs) can use in our tools.
The goal for me here is to use this list in EVEMon in order to parse each notification text returned from the API to something meaningful.

You will find more info on how to accomplish that at https://bitbucket.org/Desmont_McCallock/eve-notificationtexts.

For those that want to help but don't want to create a Bitbucket account, just follow the instructions, create an entry, EVE mail it to me and I will add it to the list.

Thanks in advance to all that will give a helping hand.
Vincent Eneticum
Deep Core Mining Inc.
Caldari State
#2 - 2015-08-23 19:19:22 UTC  |  Edited by: Vincent Eneticum
This list can be found on your computer with the help of some tools...

Notification Type List

Was to lazy as of now to bring the missing stuff to the wiki, feel free to do so, hope this helps you ;)

It at least already gives you an idea whats all there, Ill try to look into examples for the rest you need but feel free to go through the remainings of the folder in my repo, there youll find some more stuff....

EDIT:

Noone sees this link here...
Zip archive with some scripts and pickles files from ressource cache with notification syntax
Desmont McCallock
#3 - 2015-08-23 19:26:47 UTC
Vincent Eneticum wrote:
This list can be found on your computer with the help of some tools...

Notification Type List

Was to lazy as of now to bring the missing stuff to the wiki, feel free to do so, hope this helps you ;)

It at least already gives you an idea whats all there, Ill try to look into examples for the rest you need but feel free to go through the remainings of the folder in my repo, there youll find some more stuff....
Thanks much. A lot of useful data in that repo. Will data mine asap.
Vincent Eneticum
Deep Core Mining Inc.
Caldari State
#4 - 2015-08-23 19:28:07 UTC  |  Edited by: Vincent Eneticum
added a link to top secret files, they were used to get the notificatiosn json from the repo, might eb outdated but you can get those from your own ressource cache (the translation files)
Desmont McCallock
#5 - 2015-08-23 19:39:58 UTC
Python is not my strongest point. Still the provided data is more than enough to work on.
Desmont McCallock
#6 - 2015-09-11 11:40:45 UTC
@Vincent Eneticum
Been trying to find functions like 'ParamCharacterTerminationNotification' but seems I'm unable to pinpoint them. Any help on that?