This project automates the process of finding and confirming Disney World FastPasses. Using python, I can scrape data from the Disney World site, read the results, and decide whether or not to confirm that FastPass
MIT License
36
stars
24
forks
source link
Slinky Dog name has changed, so the program won't find it #3
The code is using the ride name
“Slinky Dog Dash - Now Open”
But the text on Disney’s site is now
“Slinky Dog Dash – New!”
So if someone uses this, it’s not going to ever find it. Looking at the code, I think you could just use the text “Slinky Dog Dash” for the name of the ride, so when they eventually take off the “New”, it will still work.
The code is using the ride name “Slinky Dog Dash - Now Open” But the text on Disney’s site is now “Slinky Dog Dash – New!” So if someone uses this, it’s not going to ever find it. Looking at the code, I think you could just use the text “Slinky Dog Dash” for the name of the ride, so when they eventually take off the “New”, it will still work.