Skip to content

Instantly share code, notes, and snippets.

@marcoiosif
marcoiosif / TinderAutoLike.js
Last active October 26, 2022 20:58
Tinder AutoLike
/*
* Created on Nov 13 2021
* https://gist.github.com/marcoiosif
* Author Marco iosif Constantinescu
*/
class TinderAutoLike {
constructor(seconds) {
// Convertimos segundos a milisegundos
this.delay = seconds * 1000;