Pages: [1] :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Indigosi
|
Posted - 2010.04.07 21:09:00 -
[1]
Hey, how do i get the thingy that pulls wallet information form your API, like Chribba uses in his lotteries? :D Please? xD
|

Hel O'Ween
Men On A Mission
|
Posted - 2010.04.07 21:36:00 -
[2]
You need to create a Full API key for your account (http://www.eveonline.com/api/default.asp) and grab your wallet journal from the API (explanation: http://wiki.eve-id.net/APIv2_Char_JournalEntries_XML) -- EVEWalletAware - an offline wallet manager |

Pantload
Gallente The Underpants Gnomes Deep Space Engineering
|
Posted - 2010.04.08 15:11:00 -
[3]
Sooo...let's use a little analogy...if the OP were standing near the southernmost point of South America and he said "I want to go to Nova Scotia"...the first responder basically says: "Here kid. Here's a compass. Nova Scotia is NNW from here. Off you go." What a swell answer.
PL
TUG: The Underpants Gnomes. Buy Corps here
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.04.08 17:52:00 -
[4]
Originally by: Pantload Edited by: Pantload on 08/04/2010 16:48:36 Sooo...let's use a little analogy...if the OP were standing near the southernmost point of South America and he said "I want to go to Nova Scotia"...the first responder basically says: "Here kid. Here's a compass. Nova Scotia is NNE from here. Off you go." What a swell answer.
Considering the OP provided no information about what he wanted (probably a ready made website including database backend and automated API pull but it's not like he said so or like anybody was gonna give him that for free) it's the only possible answer other than pointing to the search function, which I would have done if I hadn't decided to just ignore the thread instead. 
|

Indigosi
|
Posted - 2010.04.08 20:13:00 -
[5]
Hi, well, i don't need it to pull the information onto a website, i'd like it to pull the information to a xml file or something.
I'd like to get a list of people who sent me example : 10m isk with reason "hi" .
I got no clue on how to do this, so any help = 
<I>
|

Pantload
Gallente The Underpants Gnomes Deep Space Engineering
|
Posted - 2010.04.08 20:13:00 -
[6]
Originally by: Catari Taga
Originally by: Pantload Edited by: Pantload on 08/04/2010 16:48:36 Sooo...let's use a little analogy...if the OP were standing near the southernmost point of South America and he said "I want to go to Nova Scotia"...the first responder basically says: "Here kid. Here's a compass. Nova Scotia is NNE from here. Off you go." What a swell answer.
Considering the OP provided no information about what he wanted (probably a ready made website including database backend and automated API pull but it's not like he said so or like anybody was gonna give him that for free) it's the only possible answer other than pointing to the search function, which I would have done if I hadn't decided to just ignore the thread instead. 
Man you sure typed a lot for somebody who's ignoring this thread. Good job!
To the OP:
The software tool that Chribba uses is almost certainly something proprietary that he wrote for himself. I can't presume to speak for him, but I would be surprised if he would simply give it out.
Beyond that, if you are feeling really industrious, you can work up something to do the queries for you via the Eve API. Hint: Use Python and Entity's API library for Python.
PL
TUG: The Underpants Gnomes. Buy Corps here
|

Indigosi
|
Posted - 2010.04.08 20:28:00 -
[7]
ok, will try python, just reading about it now, thx for replies PL =)
<I>
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.04.08 20:56:00 -
[8]
Originally by: Indigosi ok, will try python, just reading about it now, thx for replies PL =)
<I>
You shouldn't ignore Hel's post though because that already tells you how to download an XML with all your transactions. That you can load into your favorite spreadsheet application, for example, to process further. Doesn't need any custom code.
|

Pantload
Gallente The Underpants Gnomes Deep Space Engineering
|
Posted - 2010.04.08 21:42:00 -
[9]
Originally by: Catari Taga
Originally by: Indigosi ok, will try python, just reading about it now, thx for replies PL =)
<I>
You shouldn't ignore Hel's post though because that already tells you how to download an XML with all your transactions. That you can load into your favorite spreadsheet application, for example, to process further. Doesn't need any custom code.
He does? I think those links lead to where you can look up your full api key and then the other is a link to a portion of the API reference that relates to journal entries. How do you go from those 2 links directly into a spreadsheet with no code?
Are you referring to where you can go to Eve main page under "Eve Insider" under "My Character" and do wallet exports?
TUG: The Underpants Gnomes. Buy Corps here
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.04.08 22:06:00 -
[10]
Edited by: Catari Taga on 08/04/2010 22:06:30
Originally by: Pantload He does? I think those links lead to where you can look up your full api key and then the other is a link to a portion of the API reference that relates to journal entries. How do you go from those 2 links directly into a spreadsheet with no code?
Trolling much?
3. Stick API link into spreadsheet software to load wallet transactions api data 4. Use spreadsheet filtering to show only the entries you want 5. ??? 6. Profit!
|

Pantload
Gallente The Underpants Gnomes Deep Space Engineering
|
Posted - 2010.04.08 22:08:00 -
[11]
Originally by: Catari Taga Edited by: Catari Taga on 08/04/2010 22:06:30
Originally by: Pantload He does? I think those links lead to where you can look up your full api key and then the other is a link to a portion of the API reference that relates to journal entries. How do you go from those 2 links directly into a spreadsheet with no code?
Trolling much?
3. Stick API link into spreadsheet software to load wallet transactions api data 4. Use spreadsheet filtering to show only the entries you want 5. ??? 6. Profit!
You sure are helpful now for somebody who was going to ignore this post. I'm glad my trolling ( as you call it ) has spurred you into action. Good Job!
PL
TUG: The Underpants Gnomes. Buy Corps here
|

Hel O'Ween
Men On A Mission
|
Posted - 2010.04.08 22:38:00 -
[12]
Originally by: Pantload
How do you go from those 2 links directly into a spreadsheet with no code?
Well, I'm not here to teach someone using his Excel or OOCalc. There's a F1 key in both of them, if someone needs to find out how to do something in this apps. Use. it. often.
Besides, if the OP only wants to "look up his journal" (who donated what to him), there are plenty of apps available doing so, including my own (see my signature). -- EVEWalletAware - an offline wallet manager |

Johnathan Roark
Caldari The Graduates Morsus Mihi
|
Posted - 2010.04.08 23:55:00 -
[13]
Originally by: Indigosi Hi, well, i don't need it to pull the information onto a website, i'd like it to pull the information to a xml file or something.
I'd like to get a list of people who sent me example : 10m isk with reason "hi" .
I got no clue on how to do this, so any help = 
<I>
If that's all your wanting, Under My Character(the link is <-- that way), there is a link that says "Wallet Journal". It will export your wallet to a csv file that will open up in a spreadsheet program of your choice. Granted you would have to update it when ever the need strikes. Python is over kill for what you need by what you described. If your familiar with MySQL, you could use yapeal (a php library that does all the work of putting the data into the database for you), but again, probably overkill for what your asking.
POS-Tracker 3.0 Hosting |

Indigosi
|
Posted - 2010.04.09 17:25:00 -
[14]
Originally by: Johnathan Roark
Originally by: Indigosi Hi, well, i don't need it to pull the information onto a website, i'd like it to pull the information to a xml file or something.
I'd like to get a list of people who sent me example : 10m isk with reason "hi" .
I got no clue on how to do this, so any help = 
<I>
If that's all your wanting, Under My Character(the link is <-- that way), there is a link that says "Wallet Journal". It will export your wallet to a csv file that will open up in a spreadsheet program of your choice. Granted you would have to update it when ever the need strikes. Python is over kill for what you need by what you described. If your familiar with MySQL, you could use yapeal (a php library that does all the work of putting the data into the database for you), but again, probably overkill for what your asking.
Thank you =) And sorry for not posting moar, been buseh
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |