tinder-auto-like
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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.

Package Sidebar

Install

npm i tinder-auto-like

Weekly Downloads

0

Version

1.0.10

License

MIT

Unpacked Size

38.6 kB

Total Files

52

Last publish

Collaborators

  • christophe77