Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 703 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 703 Bytes

tinderlike

Automatic liker on tinder web

Features

  • Like or dislike Automatically
  • Filter person's based on keywords in bio profile description

Usage

Run this application directly from your browser's console

Run

  1. Open the browser's console
  2. CTRL+C CTRL+V code in console
  3. With function run (time in milliseconds) and filter array
run(200, ['aquariana', 'batata'])

Stop

stop();

License

This project is licensed under the terms of the MIT license.