Giter Site home page Giter Site logo

d6o / tinderonline Goto Github PK

View Code? Open in Web Editor NEW
176.0 5.0 22.0 9 KB

Find out which of your friends are online on Tinder

Home Page: https://disiqueira.github.io/TinderOnline/

License: MIT License

Go 100.00%
tinder tinder-ui tinder-api golang go golang-library golang-package golang-application golang-tools golang-examples

tinderonline's Introduction

UPDATE(2017-04-02): No longer working, Tinder fixed the last ping date in their API.

TinderOnline

TinderOnline Language Badge Go Report License Badge Status Badge

TinderOnline is a Go program made on the top of Tinder API.

The TinderOnline's goal is to be a perfect tool providing a stupidly easy-to-use and fast program to find out when was the last time your friends used the Tinder App. It uses your Facebook Token to autenticate and find your friends, then show to you how much time passed since their last use.

Project Status

TinderOnline is on beta. Pull Requests are welcome

Features

  • Open source - You can check out our code
  • Secure
  • Only one parameter
  • 100% satisfaction guaranteed
  • It's perfect to find out if your girlfriend or boyfriend are using Tinder
  • Instantly see who are online now
  • STUPIDLY EASY TO USE
  • Very fast start up and response time
  • Uses native libs

Installation

Option 1: Go Get

$ go get github.com/disiqueira/tinderonline
$ tinderonline -h

Make sure that $GOPATH\bin is in your PATH, if it is not add it by doing export PATH=$PATH:$GOPATH/bin

Option 2: From source

$ git clone https://github.com/disiqueira/tinderonline.git tinderonline
$ cd tinderonline/
$ go get -v -d
$ go build *.go

Usage

Show Help

# Show help
$ tinderonline -h

Show your friends

# Show your friends that use Tinder, and who much time since their last usage
$ tinderonline -token=YOURFACEBOOKTOKENHERE

How to get your Facebook Token

  1. Open This link

  2. You will see a dialog that says you have already authorized Tinder. At this point, open your browser’s developer tools. (Cmd + Option + I on Mac) or (F12, Ctrl + Shift + I on Windows) or right click the page anywhere and select 'Inspect'. Switch to the 'Network' tab in your developer tools window. Your dev tools window should look like the image below.

  3. Press the 'Okay' button on the Tinder dialog, and you will see some activity in the Network tab. In the Network tab, locate the new 'confirm?dpr=2' entry, and right click it. Select the 'Copy Response' option from the context menu like in the image below.

  4. After copying the response, paste it into some notepad and remove everything before the &access_token= and everything after the &expires_in=, you will get only the Facebook Token, it should looks like it:

EAATm0PX4ZCpsAAG1dVq03YCE7BZB58ejN1MvkZAV6NFlJg4BKjhYZAz1G38b9CQfZCbzZCfEXkgkCkGkP1SEARXr3F1uQKjDSZA9RVd0LFt9ZBZDFh3mWo370IayhPIsVi7xJC4SvLEu99mxIHyG2VG07c5EyUI9MGLGC2sGTccHvdw3h6FTZAu6KCv

  1. This is the value you should pass when calling the TinderOnline

Program Help

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

$ git clone https://github.com/disiqueira/tinderonline.git tinderonline
$ cd tinderonline/
$ go get -v -d
$ go run tinderonline.go

Social Coding

  1. Create an issue to discuss about your idea
  2. [Fork it] (https://github.com/DiSiqueira/TinderOnline/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request
  7. Profit! ✅

License

The MIT License (MIT)

Copyright (c) 2013-2017 Diego Siqueira

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

tinderonline's People

Contributors

d6o avatar disiqueira avatar droideck avatar haroenv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tinderonline's Issues

Crash on non-Facebook-uploaded image

The program crashes due to one of my profile images being uploaded through the app, rather than being pulled from Facebook.

panic: json: invalid use of ,string struct tag, trying to unmarshal "directupload" into int64

goroutine 1 [running]:
panic(0x62faa0, 0xc4203762c0)
        /usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
main.checkError(0x7829a0, 0xc4203762c0)
        /home/sebbe/src/github.com/disiqueira/tinderonline/tinderonline.go:137 +0x5c
main.main()
        /home/sebbe/src/github.com/disiqueira/tinderonline/tinderonline.go:28 +0x175

In particular, one of my pictures has "fbId":"directupload".

No longer works

This won't work anymore since as of few days the ping_time is const set to 2014.

panic: json: cannot unmarshal string into Go struct field .main of type bool

Trying to make it work but it crashes.

Is there any line-by-line debugger for Go?

Thanks for this code, now I feel like getting into Go :-)

panic: json: cannot unmarshal string into Go struct field .main of type bool

goroutine 1 [running]:
main.checkError(0x7a07e0, 0xc04225c0f0)
C:/Go/bin/tinderonline.go:137 +0x51
main.main()
C:/Go/bin/tinderonline.go:28 +0x161

None of my friends show up

So I've tried to use it, it seems to parse my access code correctly, it displays with my correct name etc but shows none of my friends in the list. Is this a common issue?

Fatal error when building?

$go get -v -d

Fetching https://golang.org/x/net/publicsuffix?go-get=1 Parsing meta tags from https://golang.org/x/net/publicsuffix?go-get=1 (status code 200) get "golang.org/x/net/publicsuffix": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/publicsuffix?go-get=1 get "golang.org/x/net/publicsuffix": verifying non-authoritative meta tag Fetching https://golang.org/x/net?go-get=1 Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200) golang.org/x/net (download)

$go build *.go
# github.com/moul/http2curl
gccgo: error: $HOME/go/src/github.com/moul/http2curl/http2curl.go: No such file or directory gccgo: fatal error: no input files compilation terminated.
# github.com/pkg/errors
gccgo: error: $HOME/go/src/github.com/pkg/errors/errors.go: No such file or directory gccgo: error: $HOME/go/src/github.com/pkg/errors/stack.go: No such file or directory gccgo: fatal error: no input files compilation terminated.
# golang.org/x/net/publicsuffix
gccgo: error: $HOME/go/src/golang.org/x/net/publicsuffix/list.go: No such file or directory gccgo: error: $HOME/go/src/golang.org/x/net/publicsuffix/table.go: No such file or directory gccgo: fatal error: no input files compilation terminated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.