#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?
- Set up a fake facebook account. Or use your own, whatever.
- Go here and pull out your authentication token.
- Create a facebook credential file as below
- Create a state file as below
- 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