Last active
August 29, 2015 13:56
-
-
Save lando2319/9054945 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To copy a file from a dropbox link: | |
| 1. Get the dropbox share link | |
| ex: https://www.dropbox.com/s/pwc5te39av617yl/2013_mlb_batting_stats.txt | |
| 2. get the auth token by copying the direct download link (incognito) | |
| https://dl.dropboxusercontent.com/s/pwc5te39av617yl/2013_mlb_batting_stats.txt?dl=1&token_hash=AAHAYm0X50m2TFAcnh2weDnY2YMZRu3jmnLnOxykE6QWIw | |
| 3. From console: | |
| open('https://dl.dropboxusercontent.com/s/pwc5te39av617yl/2013_mlb_batting_stats.txt?dl=1&token_hash=AAHAYm0X50m2TFAcnh2weDnY2YMZRu3jmnLnOxykE6QWIw') do |player_stat| | |
| ... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment