Skip to content

A way to automate dating app on Hinge using an android device

Notifications You must be signed in to change notification settings

shigedangao/shitou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shitou - 石頭

Tired of not knowing what to write on a Hinge profile ? Then this project may help you. This is a bot which uses Android to send like & message to a person who looks like one of the person you may like based on a given set of images. It uses the baklava lib which is just a wrapper over the InsightFace library.

Setup

  1. Create a folder output with 3 within the repository
  • output/cropped
  • output/description
  • output/cropped_description
  • output/sources
  • output/tmp
  1. Setup your OpenAI API Key in the environment variable export OPENAI_API_KEY=...
  2. Install adb & opencv
  3. Connect an android device. The device must have the hinge app open. For this project the Galaxy S8 is being used.
  4. Run the project with DYLD_LIBRARY_PATH=<InspireFace lib path> cargo run --release

Run

To run this project it's necessary to first run the command below. This'll allow to build the InsightFace dependency and produce the dynamic library used by the face recognition dependency. It may taks a bit of time at the beginning.

cargo build --release

Once this is done you can run the command

cargo run --release

About

A way to automate dating app on Hinge using an android device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages