An open API service indexing awesome lists of open source software.

https://github.com/railkill/pinsey

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.
https://github.com/railkill/pinsey

bot gui pynder tinder

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](http://www.joelotter.com/2015/05/17/dj-khaled-tinder-bot.html#my-mate-charles).
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```