Skip to content

ramo-j/tinderbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TinderBot Tinder trolling bot.

This bot interects with Tinder such that it matches with everyone it can. It then pairs those matches, and for each pair forwards message from one party to the other. Classic MITM. You can watch the fun with the app on your phone, but the chat history is also dumped to the working directory for later viewing.

###How do I use it?

  1. Set up a fake facebook account. Or use your own, whatever.
  2. Go here and pull out your authentication token.
  3. Create a facebook credential file as below
  4. Create a state file as below
  5. Run with the command tinderBot.pl /path/to/facebookCreds /path/to/state.json

###Facebook Creds File format

<authentication token from above>
<15 digit account ID>

eg

CAAGm0PX4.....tZBwhBh
123456789012345

Note that this account ID is different to the profile id, eg, /profile.php?id=100010800000000

###Empty State File Format

{}

For maximum automation, I recommend running this as a cron job. For every 3 minutes, add the following to /etc/crontab

*/3 * * * * user cd /path/to/working/directory; /path/to/tinderBot.pl /path/to/facebookCreds /path/to/state.json

About

Tinder trolling bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages