Gathering data of Likes Sent on Tinder within the past 7 days.
- November 25th, 2021 - Added
like_data.py
, a script that gets the name and age of all of the profiles from Likes Sent. - November 27th, 2021 - Added functionality to
like_data.py
for downloading the profile picture (i.e., the main picture) from each profile from Likes Sent. - November 30th, 2021 - Added
pics_and_vids.py
, a script that downloads all pictures and videos from each profile from Likes Sent.* - December 2nd, 2021 - Added
card_data.py
, a script that downloads profile card data from Likes Sent. - December 4th, 2021 - Added
tinder_analysis.py
, a script that provides basic statistics and a word cloud from the Excel workbook fromcard_data.py
. - December 13th, 2021 - Added
pics_and_vids_2.py
, a more advanced version ofpics_and_vids.py
which uses an Excel workbook as a database. The data are appended to an existing Excel workbook's worksheet so data can be gathered over time. - December 19th, 2021 - Added
hash_images.py
, a script that outputs a text file with the image name and its respective hash value.
- Tinder Platinum.
- Google Chrome running on localhost. See this video for details.
- Microsoft 365 (used for Microsoft Excel).
- The Wikipedia page for Tinder provides a great description.
- Tinder's website has an About section.
Taken from Tinder's website:
Enjoy all of Tinder’s premium features while getting maximum visibility on the app. Dating online just got easier. See someone you’d love to meet and can’t wait to match? As a Platinum subscriber, you can attach a note to every Super Like you send, increasing your match-making potential by up to 25%. And when you do—feel free to stand out in a major way by complimenting their photos or giving them your best opener. By making the first move, you can speed up the process and start to chat with people sooner.
Tinder platinum cost me $28.77 USD when I purchased it on 11/20/21. It is a monthly recurring charge. Please note that I am 31 years old and live in the U.S.
Likes Sent is an area on Tinder Platinum that allows you to see the profiles you've liked within the past 7 days.
No, the data are shown for research purposes and the pictures and videos are downloaded then deleted.
Create a relational database that stores profile information and hashes of images.
I'm currently using Excel as my database instead of a relational database (e.g., sqlite or PostgreSQL).- Since some emojis are not read in the current
tinder_analysis.py
script, see if there's a way to properly decode them.