originally posted in:BungieNetPlatform
Youtube > https://youtu.be/XmBSpxaqVoA >NEEDS UPDATED TO CURRENT VERSION<
GitHub > https://github.com/Naahox/Destiny---Xur-inventory-script
Xbox Live (XB1) > Call Me Knox
UPDATE:
Change _init_.py file to parse.py, entire file is re-written. only major difference upon running the script is the output.
-
Nice work :) I've done something similar in Python. My script emails me a list of Xurs items every Friday morning, I send a full HTML mail with CSS styling. Just an FYI, as far as I know, you can't find Xurs location via the API. I did have a quick search and as far as I remember, they don't broadcast his location. If you (or anyone) find a way of location him via the API, let me know!
-
Edited by NinerOneThree: 10/31/2016 5:56:19 PMnice, I like to formatting also. As a fellow Python dev: I do something similar for my clan. It ends up looking like this: XUR Exotics: Bad Juju, Eternal Warrior, Achlyophage Symbiote, Skull of Dire Ahamkara, Legacy Engram Formatted: [spoiler] <p><i><img src="https://www.bungie.net/img/destiny_content/events/xur_icon.png" width=16px height=16px /> XUR</i><br> Exotics : <a href="https://www.bungie.net/en/Armory/Detail?type=item&item=1177550374" />Bad Juju</a>, <a href="https://www.bungie.net/en/Armory/Detail?type=item&item=941890987" />Eternal Warrior</a>, <a href="https://www.bungie.net/en/Armory/Detail?type=item&item=1520434776" />Achlyophage Symbiote</a>, <a href="https://www.bungie.net/en/Armory/Detail?type=item&item=1519376144" />Skull of Dire Ahamkara</a>, <a href="https://www.bungie.net/en/Armory/Detail?type=item&item=3909801117" />Legacy Engram</a></p> [/spoiler] Once 3rd party auth hits.... who know where it will go from here. Have you thought about stat rolls on the exotic armor?