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.
- Host: GitHub
- URL: https://github.com/railkill/pinsey
- Owner: RailKill
- License: mit
- Created: 2018-02-13T17:13:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T00:55:07.000Z (over 3 years ago)
- Last Synced: 2025-05-07T06:16:59.526Z (about 1 year ago)
- Topics: bot, gui, pynder, tinder
- Language: Python
- Homepage: https://trello.com/b/Q1Tumktw/project-pinsey
- Size: 237 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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```