tinder-detective
tinder-detective copied to clipboard
Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
127.0.0.1 - - [25/Apr/2020 22:31:25] "GET / HTTP/1.1" 500 - Traceback (most recent call last): File "/mnt/c/project0/project0/flask-application/ap.py", line 1, in from flask import flask ImportError: cannot import name 'flask' from...
https://www.facebook.com/dialog/oauth?client_id=464891386855067&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=basic_info,email,public_profile,user_about_me,user_activities,user_birthday,user_education_history,user_friends,user_interests,user_likes,user_location,user_photos,user_relationship_details&response_type=token Copying the token variable from where that URL redirects you to, if logged into facebook, will be the token to get into tinder.
Hi Guys, Since Tinder Social is no longer, (I'm assuming for every country), this means that tinder-detective no longer works. I can put together a PR if this is the...
I keep having this error: "requests.exceptions.InvalidHeader: Header value 23 must be of type str or bytes, not " I tried different things, such as changing timezone to datetime in line...
fixing #51 to our high quality standards 👌 👌 👌
Is it possible to find my auth token using Flamite for Chrome? I'm having issues trying to find the token, so I thought maybe that way could be easier. I'm...
"Python has stopped working" Windows Error, overall app working though: Authenticated to Tinder AUTH prints json data... then crashes - ERROR LOG Faulting application name: python.exe, version: 3.5.1150.1013, time stamp:...
After starting the app and going to localhost:5000 I get the following error: builtins.UnicodeEncodeError UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f512' in position 91: character maps to Traceback (most recent...
Running ubuntu 16.04 LTS and when i Run `python3 app.py` File "app.py " . line 3 , in from flask import Flask , render_template ImportError: No module named 'flask' Yes...