Skip to content

Pinsey is sort of a GUI Tinder data-mining bot based on charliewolf's pynder API that saves all user's photos and details for future analysis. It also does facial-detection, automated like/dislike, automated messaging, etc. It uses PyQt as its GUI, so it should run on most platforms.

License

Notifications You must be signed in to change notification settings

RailKill/Pinsey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinsey

Pinsey is sort of a GUI Tinder data-mining bot that saves all user's photos and details for future analysis. It also does facial-detection, search image on Google, automated like/dislike, automated messaging, etc. It uses PyQt as its GUI, so it should run on most platforms.

There is also a Trello board for this project here: https://trello.com/b/Q1Tumktw/project-pinsey

How to Use

I did not package this software into .exe or any executables, so you need to run the Main.py script to start the GUI. I also did not set up virtualenv to manage the dependencies yet, but included the requirements.txt file which you can use to install the required packages with pip: pip install -r requirements.txt. Then you need your Facebook auth key, which you can extract by HTTPS proxying and viewing the authentication request when logging into Tinder. You can see this example guide by Joel Auterson. By entering your authentication key and ID, you should be able to login.

Saved images and user list are hard-coded to be stored in your user data folder for now.

  • Windows: C:\Users\User\AppData\Local\RailKill\Pinsey
  • Mac: ~/Library/Application Support/RailKill/Pinsey
  • Unix: ~/.local/share/RailKill/Pinsey

About

Pinsey is sort of a GUI Tinder data-mining bot based on charliewolf's pynder API that saves all user's photos and details for future analysis. It also does facial-detection, automated like/dislike, automated messaging, etc. It uses PyQt as its GUI, so it should run on most platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages