Problem: Many of my tinder matches forget to respond to my messages.
Solution: An automated bot that prompts matches to respond with customizable prompts.
Add prompts to the array in config.json
config:
{
"prompts": [
"pls respond"
]
}
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