JavaScript is required to use Bungie.net

#Community

originally posted in:BungieNetPlatform
Edited by NinerOneThree: 3/5/2016 4:12:57 AM
2

Has anyone successfully authenticated across XBL to bungie.net via python

Has anyone successfully authenticated across XB Live to bungie.net via python? If so would you please share the relevant code?

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Here's a snippet of how I do it, using the requests module (stolen from the Wikia, but I can't recall what particular page it was on): r = requests.get(manifest_url, headers=HEADERS) manifest = r.json() manifest_url being 'https://www.bungie.net/Platform/Destiny/Manifest' and HEADERS being {"X-API-KEY":'insertyourapikeyhere'} Hope that helps!

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    2 Replies
    • Looks like there's a Python solution on the [url=http://bungienetplatform.wikia.com/wiki/Authentication]Authentication Wikia[/url].

      Posting in language:

       

      Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

      1 Reply
      You are not allowed to view this content.
      ;
      preload icon
      preload icon
      preload icon