Giter Site home page Giter Site logo

amusement's People

Contributors

fitblip avatar rambleraptor avatar sciguymjm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

amusement's Issues

Universal Studios Singapore

A slightly functioning version of USS currently exists in code. It doesn't work! Some part of their API has changed.

Disney Parks Ride Wait Times Don't Work

Get this error when trying to access disneyland/california adventure park wait times.

DisneyPark.pyc in _authorize(self) 101 r = requests.post(url, data=data, headers=headers, verify=False) 102 response = r.json() --> 103 auth_token = response['token_type'] + ' ' + response['access_token'] 104 return auth_token KeyError: 'token_type'

API key in DisneyPark.py invalid

I may have missed where I apply for my own token, but US Disney parks currently fail with the error:

"File "/usr/local/lib/python2.7/site-packages/amusement/parks/disney/DisneyPark.py", line 103, in _authorize
auth_token = response['token_type'] + ' ' + response['access_token']
KeyError: 'token_type'"

The link in line 78 assigned to the url variable has possibly changed protocols. If there is something more I need to do to gain a key it would be useful to add this to the documentation if possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.