Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgonLaurent committed Jul 12, 2019
1 parent 896f53a commit 536f536
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pyParker

______ _
| ___ \ | |
_ __ _ _ | |_/ / __ _ _ __ | | __ ___ _ __
| '_ \ | | | || __/ / _` || '__|| |/ / / _ \| '__|
| |_) || |_| || | | (_| || | | < | __/| |
| .__/ \__, |\_| \__,_||_| |_|\_\ \___||_|
| | __/ |
|_| |___/

`Python3`program that records wait times and extra information at Walt Disney World, FL. Created this program to plan a family trip at Walt Disney World.

## Requirements
Expand All @@ -22,13 +31,15 @@

A folder `data` will be created, inside this folder there will be sub-folders for each park. Inside these folders you will find a file for each attraction and a [INFORMATION].csv file, this file contains *the date, the day of the week, the opening hours and Extra Magic Hours.* To interpret the data, you will have to use an external tool.

To have it log wait times automatically, you will have to schedule a task (using Windows Task Scheduler, cron, Synology's Task Scheduler, etc.).

## TODO

(This list is made in chronological order, it may change)

- Create a repository that will have the waits I logged by commiting changes automatically.
- Transform all the web scraping in a module.
- Make a sudo-GUI to create a script for automation (currently the script needs to be modified manually to use on a Synology).
- Make a TUI to create a script for automation (currently the script needs to be modified manually to use on a Synology).
- Take data directly from Disney, this will provide accurate data at the time specified.
- Support Disneyland, CA and Universal Studios, FL (same website, same webscrape, just need to implement it)
- Support other parks (Six Flag and others).
Expand All @@ -37,7 +48,7 @@ A folder `data` will be created, inside this folder there will be sub-folders fo

## Credits

Data taken from [Laughing Place](http://laughingplace.com), there's a way to take them from Disney directly.
Data taken from [Laughing Place](http://laughingplace.com), there's a way to take them from Disney directly, it will come one day.

## Licensing

Expand Down

0 comments on commit 536f536

Please sign in to comment.