Git Product home page Git Product logo

pyparks's Introduction

NOT FUNCTIONAL UNTIL COUCHBASE LITE COMES TO PYTHON

pyparks

An Unofficial ThemeParks API for Python.

Based on themeparks by cubehouse and amusement by rambleraptor.

In Early Stages, not yet fully tested.

Currently Disneyland Resort (Disneyland and California Adventure) Wait Times and Fast Pass Times are Supported and tested.

Installation

pip install pyparks

Usage

import pypark

DL = pypark.Disneyland()

Creates Disneyland Object, Alternatively use CaliforniaAdventure or MagicKingdom (NOT FULLY TESTED)

DL.waitdata

Outputs wait time at time accessed in the form of a pandas dataframe

DL.openwaitdata

Outputs wait times of rides that are open only

DL.timeretrieved

datetime of time accessed

DL.waitdata_attractions

Wait time of attractions (rides) in the form of a pandas dataframe

DL.waitdata_entertainement

Wait time for shows/meet and greets in the form of a pandas dataframe

DL.rawwaitdata

raw output from disney api (will be deprecated)

DL.refresh()

refresh information from disney api

DL.fastpass

Outputs fastpass start times at time accessed in the form of a pandas dataframe

DL.fastpasstrue 

Same as .fastpass with rides and attractions without fastpass dropped

Fastpass -1 out -2 doesn't offer

Waittime -1 down -2 closed

Data is returned as Pandas Dataframes. Information is staight from the Disney API therefore rides returned may be inconsistent depending on if new rides are added or taken away.

WARNING

This is an unofficial package, not endorced by any of the supported themeparks. Any support could be broken without warning.

License

MIT

pyparks's People

Contributors

aschi2 avatar

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.