Skip to content

emars/tinder-pls-responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinder "Pls Respond"er

Problem: Many of my tinder matches forget to respond to my messages.

Solution: An automated bot that prompts matches to respond with customizable prompts.

Configuration

Add prompts to the array in config.json

config:

{
  "prompts": [ 
    "pls respond"
  ]
}

Usage

Find your user id here: http://findmyfbid.com/

Facebook oauth token: Easiest way is to follow this link and read facebook token from url you get redirected to.

$ export FB_USER_TOKEN={your user token}

$ export FB_USER_ID={your user id}

git clone https://github.com/emars/tinder-pls-responder
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published