Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Last active December 24, 2015 11:19
Show Gist options
  • Save KOBA789/6789993 to your computer and use it in GitHub Desktop.
Save KOBA789/6789993 to your computer and use it in GitHub Desktop.
while; do curl -c /tmp/__cookie.txt "http://c.student.mynavi.jp/cpf/stu_003/photos/detail/32" > /dev/null && curl -b /tmp/__cookie.txt -d "_method=POST" -d "data%5BEntry%5D%5Bid%5D=32" "http://c.student.mynavi.jp/cpf/stu_003/votes/index/page:1" -L > /dev/null ; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment