Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

A Python wrapper for Disney's API

License

NotificationsYou must be signed in to change notification settings

scaratozzolo/MouseTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MouseTools

PyPI versionDownloads

A Python wrapper for the Disney API. Data is pulled directly from Disney. This package supports Walt Disney World and Disneyland.

Installation

You can install using pip:

pip install MouseTools

You can also install directly from this repo in case of any changes not uploaded to Pypi.

pip install git+https://github.com/scaratozzolo/MouseTools

Example usage:

importmousetoolswdw_dest=mousetools.Destination(80007798)print(wdw_dest.get_park_ids())dlr_dest=mousetools.Destination(80008297)print(dlr_dest.get_attraction_ids())mk=mousetools.Park(80007944)print(mk.get_wait_times())pirates=mousetools.Attraction(80010177)print(pirates.get_wait_time())# You don't have to know any ids to get started.mousetools.ids.WDW_ID# Walt Disney World Resortmousetools.ids.DLR_ID# Disneyland Resort# Single park idsmousetools.ids.MK_ID# Magic Kingdommousetools.ids.EPCOT_ID# EPCOTmousetools.ids.HS_ID# Hollywood Studiosmousetools.ids.AK_ID# Animal Kingdommousetools.ids.TL_ID# Typhoon Lagoonmousetools.ids.BB_ID# Blizzard Beachmousetools.ids.DLP_ID# Disneyland Parkmousetools.ids.CA_ID# California Adventure# List of ids# Parksmousetools.ids.WDW_PARK_IDSmousetools.ids.DLR_PARK_IDS# Entertainment Venuesmousetools.ids.WDW_EV_IDSmousetools.ids.DLR_EV_IDS# Attractionsmousetools.ids.WDW_ATTRACTION_IDSmousetools.ids.DLR_ATTRACTION_IDS# Entertainmentsmousetools.ids.WDW_ENTERTAINMENT_IDSmousetools.ids.DLR_ENTERTAINMENT_IDS

For more documentation go to thewiki or run the following command from a termainal:

python -m pydoc mousetools

I created this project to help with another project foundhere. Some parts of the wrapper were created with that in mind.

If you notice any issues please open a new issue with a "bug" label. Furthermore, if you have any feature requests, open a new issue with a "feature request" label.

This package uses theThemeParks.wiki API.

License

This project is distributed under the MIT license. For more information seeLICENSE

https://github.com/scaratozzolo/MouseTools

Disclaimer

This project is in no way affiliated with The Walt Disney Company and all use of Disney Services is subject to theDisney Terms of Use.


[8]ページ先頭

©2009-2025 Movatter.jp