1.0.10 • Published 2 years ago

tinder-auto-like v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

tinder-auto-like

Auto like / pass recommanded profiles with or without additional filters. Using package tinder-api-js Working june 2022 - Only facebook auth.

Usage

yarn add tinder-auto-like
or
npm install tinder-auto-like

in your js file :

const { tinderAutoLike } = require("tinder-auto-like");
// or
import { tinderAutoLike } from "tinder-auto-like";

const tinderAutoLikeConfig = {
    facebookAuth: {
        email:"yourFacebook@email.com",
        password: "password",
    },
    // criterias are optional
    criterias: {
        hasBio: true,
        hasJob: false,
        minPics: 3,
        maxDistance: 15
    },
};

tinderAutoLike(tinderAutoLikeConfig);

Then yarn start or npm start.

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago