Skip to content

This a fork of Ethan Brimhall's Disney Fastpass Bot. I have added the functionality of modifying existing Fastpass selections. 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

License

Notifications You must be signed in to change notification settings

vishnusudheendran/Disney-Fastpass-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Disney-Fastpass-Bot

Setup:

  • Step 1: Install python version 3.0+
  • Step 2: Download Webdriver: http://chromedriver.chromium.org/downloads
  • Step 3: Save source code to folder where webdriver is located
  • Step 4: Open credentials and save webdriver location to chromedriver location variable at the bottom
  • Step 5: pip install selenium
  • Step 6 (Windows 10): make sure python and python 37 is in environmental variables
  • Step 7: Go to https://disneyworld.disney.go.com/en_US/profile/family-friends/ . You will see your profile and the other guests you added. Right click on the guest and select Inspect element and find the guest id. Put that guest id in the credentials file
  • Step 8: All ready to go! Launch fastpassfinder.py and follow the instructions on the console.

Note:

While looping through Morning, Afternoon and Evnening time slots the program will wait 60 seconds in between to avoid getting error page by Disney. The error page appears when we send lot of request in a short span of time.

Disclaimer:

This program is for educational purpose only. So use it at your own risk.

About

This a fork of Ethan Brimhall's Disney Fastpass Bot. I have added the functionality of modifying existing Fastpass selections. 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%