LoginSignup
0
0

More than 3 years have passed since last update.

Yahooの3.11検索での募金をワンライナーで

Posted at

Yahooで3.11を検索すると10円募金になるらしい

同一IPからでもいいのかわかりませんが、curlを使ってワンライナーで書いてみました。

n=0; while :; do curl -s 'https://search.yahoo.co.jp/search?ei=UTF-8&fr=other_evt311_pc&p=3.11' > /dev/null && echo "n=$n"; let n++; done

やりすぎ注意!

追記

そもそも募金総額は5000万円が上限らしいので、普通に500万回くらいは達成できそう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0