Created
May 31, 2016 01:25
-
-
Save Lazersmoke/31dffc62eb2f3b69a09e079684d833c9 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
#!/bin/bash | |
for i in `seq 1 50`; | |
do | |
wget "https://play.esea.net/index.php?s=stats&last_type_scope=all&game_id=25&sort_by=frags&sort_dir=desc&type_scope=all&d=overall&period[type]=months&period[date_start]=2016-04-01&page=$i" -O "eseadata$i" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment