Skip to content

Instantly share code, notes, and snippets.

View nHiRanZ's full-sized avatar
😎
Focusing

Nimila Hiranya Samarasinghe nHiRanZ

😎
Focusing
View GitHub Profile
@nHiRanZ
nHiRanZ / tinder.likes.blur.removal.js
Created December 13, 2021 10:10 — forked from nimeshkasun/tinder.likes.blur.removal.js
Removes blur overlay of images in Tinder Web . Using this script you can unblur and see who liked you. To use this script, go to Tinder web (https://tinder.com/app/likes-you) then, open web browsers 'Developer tools' > click on 'Console' tab > paste the copied script and hit Enter > Close the developer tools.
// == UserScript To Be Used In Web Browser > Developer Tools > Console ==
// @name Tinder Blur Removal
// @downloadURL https://gist.github.com/nimeshkasun/1df2a44eff67f3628305bb0071afc3f5/raw/27d6e831e1635b772ab07e83aa4d2e02961d98f9/tinder.likes.blur.removal.js
// @description Simple script using the official Tinde API to get clean photos of the users who liked you
// ==/UserScript==
async function unblur() {
const teasers = await fetch("https://api.gotinder.com/v2/fast-match/teasers", { "headers": { "X-Auth-Token": localStorage.getItem('TinderWeb/APIToken') }}).then(res => res.json()).then(res => res.data.results);
const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
#!/usr/bin/env python
import sys, os, time
import tweepy
keys = dict(
consumer_key='_YOUR_CONSUMER_KEY',
consumer_secret='_YOUR_SECRET_KEY',
access_token='_YOUR_ACCESS_TOKEN',
access_token_secret='_YOUR_ACCESS_TOKEN_SECRET'
)
@nHiRanZ
nHiRanZ / 16.07.2015_.idea_.name
Created July 22, 2015 08:44
MySQL vs MongoDB
MySQLProject