Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Releases: scaratozzolo/MouseTools

v2.1.1

17 Dec 18:19
059fd99
Compare
Choose a tag to compare

import MouseTools is now import mousetools to make it pythonic

added timezone info to "lastUpdated" values

authentication headers have been updated

2.1.0

19 Mar 01:20
d9b4fc0
Compare
Choose a tag to compare

Fixes wait times and moves away from the database system.

v2.0.2

19 Aug 04:07
Compare
Choose a tag to compare

Bug fix to address issue #6.

v2.0.0

13 Jun 14:07
Compare
Choose a tag to compare

This release has many of the same methods as the previous versions, but with name changes and more simplistic names (e.g. getAttractionName -> get_name).

This release also fixes wait time issues as Disney changed their backend for retrieving this information. Due to this, this version makes use of an sqlite3 database to keep track of data from Disney. NOTE: The first time you import any MouseTools class (MouseTools.Destination, MouseTools.Park...) it will take a while to load as the initial database is set up and loaded. After this, it won't take as syncing the database with Disney is much quicker.

There is an ids module (MouseTools.ids) that contains some base ids that can be passed into constructors to get you going. This module allows you to get lists of ids as well, to remove the use of JSON files as ids can be updated all the time.

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.

If you use my code anywhere all I ask is for some credit or a link that points back to this repo.