A Tinder bot designed to auto like everyone because I have no time to waste.
Created using selenium in java
This application uses a facebook login
To allow login, create a file named "credentials.json" in "src/Main/java" with the following:
{
"Username": "EMAIL",
"Password": "PASSWORD"
}
Changing "Email" and "Password" to your login details
You should then be able to run the application from your IDE such as eclipse or intelliJ