tinderbox icon indicating copy to clipboard operation
tinderbox copied to clipboard

Automate Tinder swiping and introductions with Eigenfaces and StanfordNLP. NOTE: support for this project has been sunset, and the original author has since directed efforts towards Bernie AI.

Results 47 tinderbox issues
Sort by recently updated
recently updated
newest added

When running the app form my OSX or simply running `dist/tinderbox-1.1-SNAPSHOT/bin/tinderbox` in the terminal I get this error `bash: dist/tinderbox-1.1-SNAPSHOT/bin/tinderbox: No such file or directory` Here's a screenshot of running...

I keep seeing this error: ``` [ERROR] [09/15/2015 15:41:49.931] [application-akka.actor.default-dispatcher-36] [akka://application/user/UpdatesTask] null java.lang.NullPointerException at services.UpdatesService$.services$UpdatesService$$syncUpdates(UpdatesService.scala:103) at services.UpdatesService$UpdatesTask$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(UpdatesService.scala:49) at services.UpdatesService$UpdatesTask$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(UpdatesService.scala:49) at scala.collection.Iterator$class.foreach(Iterator.scala:727) at scala.collection.AbstractIterator.foreach(Iterator.scala:1157) at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) at services.UpdatesService$UpdatesTask$$anonfun$receive$1.applyOrElse(UpdatesService.scala:49) at...

JsonParseException: Unrecognized token 'Unauthorized': was expecting ('true', 'false' or 'null') at [Source: [B@7e4be714; line: 1, column: 25]] how i can resolve this error ?

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I know that bernie.ai is still in development. But will there be a configuration possibility in future releases of the decision tree (e.g. notification of active chat already after 2nd...

I'm getting this error `URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are...

I am running the app in Mac OS, have the following issue, any pointer to the solution? > [info] > > application - Creating new session for xAuthToken null >...

[See here](https://github.com/crockpotveggies/tinderbox/blob/8fe6b4023b63106dbe8cfa94de350a0e4b0faa17/app/models/bot/tasks/message/MessageTree.scala#L34) @crockpotveggies . We have: ``` case Right => this.left case Left => this.right ``` Shouldn't it actually be: ``` case Left => this.left case Right => this.right ```...

[debug] application - [updates] Fetching updates from Tinder API [error] application - [tinderbot] Retrying a troubled supervised task: Futures timed out after [30 seconds] [info] application - [tinderbot] Received command:...

Please excuse me lameness and coding inabilitires but I don't really understand the auto messaging and how it works. [1] Can the messaging send a first message on a match?...