Dominion Strategy Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - smoothdaddy

Filter to certain boards:

Pages: [1]
1
Council Room Feedback / Re: Council Room Going Down for Maintenance
« on: February 14, 2013, 12:25:33 pm »
Hello,

I'm the guy that reported it on IRC.  Long time reader first time poster.  If you guys really need your game files you can use this system till council room starts working again.  Please only download the files if you are going to do something with the files as the FAQ explains.

If you already have the files on your machine Specify SEARCH_ONLY=1 -- If you are downloading for the first time just run the script


------------------------------------------------

HOME_DIR=YOUR_HOME_DIR

if [ -z "$SEARCH_ONLY" ]
then
   curl http://dominion.isotropic.org/gamelog/${LOAD_YEAR}/${LOAD_DAY}/all.tar.bz2 > ${HOME_DIR}/raw/all_${LOAD_YEAR}${LOAD_DAY}.tar.bz2
   mkdir -p ${HOME_DIR}/${LOAD_YEAR}${LOAD_DAY}
   cd ${HOME_DIR}/${LOAD_YEAR}${LOAD_DAY}
   tar -x -f ${HOME_DIR}/raw/all_${LOAD_YEAR}${LOAD_DAY}.tar.bz2
   curl http://dominion.isotropic.org/leaderboard/ > ${LOAD_YEAR}${LOAD_DAY}_leaderboard.html
fi

find ${HOME_DIR}/${LOAD_YEAR}${LOAD_DAY} -type f -name '*.html' -exec grep -l "YOUR_USERNAME" {} \; > my_games.txt

------------------------------------------------------------------------

Make sure to replace "YOUR_USERNAME" with your actual username.

Sample command run

For yesterday - 20130213

First time (you have not downloaded the files- note load_year is actually the year and month - If the LOAD_DAY is less than 10 specify it with a leading zero ie 01)

 LOAD_YEAR=201302 LOAD_DAY=13 ./get_game_logs.sh

After this runs you will see a directory 20130213 which will hold all the games for that day.  There will also be a txt file called my_games.txt in that directory that will list which games are yours so you can paste them into your browser to view (it will have the full path to the file).

If you already have the files and just want to make the my_games.txt file call it like so
SEARCH_ONLY=1 LOAD_YEAR=201302 LOAD_DAY=13 ./get_game_logs.sh

This will just do the grep through the files and print out which ones belong to you into my_games.txt


Let me know if you have any issues









Pages: [1]

Page created in 0.041 seconds with 19 queries.