1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Tinder(ティンダー)のスワイプ自動化

Posted at

##TinderPC版にログイン
ブラウザ(Google Chrome)で、https://tinder.com/ にアクセス。

Tinderにログインをします。(※アプリではなくブラウザ版のTinder)

##デベロッパーツールのコンソールをいじる
デベロッパーツールを開いて、Consoleを選択。
以下のソースコードを入力します。

var autoswipe = function(){
document.getElementsByClassName(“button Lts($ls-s) Z(0) CenterAlign Mx(a) Cur(p) Tt(u) Bdrs(50%) P(0) Fw($semibold) focus-button-style Bxsh($bxsh-btn) Expand D(b) Bgc(#fff) Trstf(e) Trsdu($normal) Wc($transform) Pe(a) Scale(1.1):h Scale(.9):a”)[2].click();
}
setInterval(autoswipe, 1000);

##あとは待つだけ

自動化されたらあとは待つだけという簡単な操作を行いました。

今回参考にした記事
https://matching-theory.com/tinder-automation/

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?