padherder-issues
padherder-issues copied to clipboard
Upload Formats
Seeing as Padlistener doesn't work on iOS now, can we get a CSV upload format instead of a JSON upload format? Alternatively, could we get the bulk uploader to be a bit more robust than ID#Lv#Priority?
There was a Padlistener for iOS?
Where would you get the CSV file?
On iOS it was padproxy. You had to use BurpSuite to intercept the HTTP request to capture the JSON as it came in. On Tue, Dec 12, 2017 at 11:09 AM Raijinili [email protected] wrote:
There was a Padlistener for iOS?
Where would you get the CSV file?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/madcowfred/padherder-issues/issues/1048#issuecomment-351158483, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDf9tIjbDIlxu4QNNG3RVvA_93oAYvkks5s_s9kgaJpZM4Q_dti .
My Burp setup still works for me.
How about https://github.com/jgoldshlag/padherder_proxy ?
Regardless, I agree that PADherder should accept CSV format, because it outputs it.
What do you want out of the bulk uploader?
Setting priority is trivial.
Ideally: ID#Lv#Awakenings#HP Plus#ATK Plus#RCV Plus#Skill Lv
Any additional info (latents, inherits, selected evo, priority) should be set on a case by case basis after upload. On Tue, Dec 12, 2017 at 11:14 AM Raijinili [email protected] wrote:
Regardless, I agree that PADherder should accept CSV format, because it outputs it.
What do you want out of the bulk uploader?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/madcowfred/padherder-issues/issues/1048#issuecomment-351160305, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDf9sleIlNas5kF9BkWB_UfywJLx5d4ks5s_tCGgaJpZM4Q_dti .
I think the issue I'm presented with that I'm trying to work around is:
- Work provided computer (which is a mac) so I can't install an intercepting tool or use the padproxy .exe, though I could run it from source I guess
- Upload only accepts JSON, so if I were to use that I would have to write JSON from scratch
- PADHerder exports CSV so even if I could export a CSV file and make changes before reuploading, there's no option to import a file that matches the exported format
- PADHerder has a bulk add monster option, but it is startlingly narrow focused: can only add by ID, ID and level, or ID level and priority. There are a whole slew of fiddly bits that could be included here but aren't, which makes the bulk uploader ultimately pointless because you have to go back and re-touch every item you upload anyway.
@FaxCelestis I developed a padproxy-like tool for use on Mac and Linux: padsniff. If you've got the time I can help you set it up on your machine. I run it on my Macbook without issue.
I'll take a look at it when I get a chance, thanks.