rickmills / Disney-Fastpass-Bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disney-Fastpass-Bot

Setup for people with no programming experience:

Setup for people with some programming experience:

  • 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: Watch the video above and skip to 11:21 to learn how to finish credentials file
  • Step 8: All ready to go!

About

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:MIT License


Languages

Language:Python 100.0%