GithubHelp home page GithubHelp logo

auto-tinder's Introduction

auto-tinder

Automate your tinder

Install

  1. Install Node.JS if you havn't already https://nodejs.org/en/
  2. Open a CMD in this directory and enter "npm install"

Configure the script

The script (app.js) requires on 2 vars that you need to configure.

var FACEBOOK_TOKEN = "your token"; var FACEBOOK_ID = "your id";

The facebook token can be aquired by navigating to this url, once your are logged in you will be redirected to a URL that looks like this:

https://www.facebook.com/connect/login_success.html#access_token=&expires_in=3907

Copy the token from the URL and enter it in the script

The second var is the FACEBOOK_ID, get that from http://findmyfbid.com/

Run the script

Open a CMD and type "node app.js" The script will now automatically search for people who have probably liked you and like them back

auto-tinder's People

Contributors

daviddt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auto-tinder's Issues

Redirect URI not whitelisted in OAuth settings

I get this error from facebook when trying to authenticate (in the browser)

URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.

what does loopcount do?

Hi,

can you explain how those variables actually work?:

var occuranceBeforeLike = 3;
var loopCount = 10;

So, it checks pulls IDs 10 times and if one is in the list 3 times it will liked? Or how is the loopcount working? I wonder if a lower/higher loopcount would get more potential IDs from the server? Is there a max. number of IDs the server will send to the client?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.