ea51e1982f
With this script, you can like a single user. This way you can put the like_back script on autolikeback=false, and manually like users you like. |
||
---|---|---|
Like_back_likes.py | ||
Like_id.py | ||
README.md |
README.md
Likeback-Tinder-Likes
A script to like back your Tinder likes using (or in this context abusing) the teasers function in Tinder. The script allows you to utilise some gold functionality without the actual subscription. It is therefore intended for educational purposes (please don't sue me Tinder)
Small footnote because I have already got this question from friends:
- You can only like back people who liked you (of course)
- You have not swiped on (neither liked or disliked) them yet. Tinder does sometimes show profiles again, but this is rare and random.
- You might need to manually remove pictures from the pics folder
- Tinder only serves you the 10 most recent likes with the teasers function. Using local mode might help with this.
FIRST STEPS BEFORE RUNNING
Download Python: https://www.python.org/downloads/ Install Python
You need to get your API (refresh) token. The easiest way is through Tinderweb. The example is for Chrome, the steps for other browsers might differ slightly.
- Go to https://tinder.com/
- Press F12
- Navigate to tab Application
- Look for Storage -> Local Storage and click on the Tinder URL
- Find and copy the value for the TinderWeb/LoginDataRefreshToken (DON'T SHARE THIS CODE WITH ANYONE!)
- No refresh token: copy the APIToken instead
- Run the script for the first time
- Open the config.ini
- Paste the code after refresh_token = {CODE-GOES-HERE}
- No refresh token: put text into refresh_token = abcdef
- No refresh token: paste APIToken into x_auth = {CODE-GOES-HERE}
- Note: API token will not remain valid for long, only give or take a day
CHANGING THE SETTINGS
The following stettings are available:
- remote_mode True = get the most recent teasers from Tinder False = run using the filenames in the pics folder (as this might contain older profiles)
- auto_like_back, speaks for itself right
- save_images, if true save in the pics folder
- refresh_token = the code you pasted in first install
- x_auth = used to authenticate
Sources
Got the api information from https://github.com/fbessez/TinderDevelopment
Developing on this script is difficult, because I need to get (sometimes multiple) likes. Not always easy.Not tested
-Feature improvements
Authentication using cookies.Creating a combined mode where both local storage and remote mode is used.
Some functionality to allow user to actually view a profile before liking back.
Customise amount of tries per run in config.
Send automatic message when matched using customised string, ex: "Hey %name, how are you doing?".