Skip to content

Instantly share code, notes, and snippets.

@Lazersmoke
Created May 31, 2016 01:25
Show Gist options
  • Save Lazersmoke/31dffc62eb2f3b69a09e079684d833c9 to your computer and use it in GitHub Desktop.
Save Lazersmoke/31dffc62eb2f3b69a09e079684d833c9 to your computer and use it in GitHub Desktop.
#!/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