• Stars
    star
    174
  • Rank 217,951 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Find out which of your friends are online on Tinder

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.

More Repositories

1

Gorganizer

Organize your folders into a beautiful classified folder structure with this perfect tool
Go
343
star
2

GoTree

A Tree printer module written in GoLang
Go
188
star
3

TumblrDownloader

Download all images from a Tumblr
Python
114
star
4

DSDownload

Program and module for download queue optimization using multi-thread
Python
88
star
5

GoCurrency

Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Go
30
star
6

coronabot

CoronaBot is a simple Slack bot to update users about the virus spread progression periodically.
Go
20
star
7

DSImgur

Easily download images, Albums, Galleries and entire Profiles from Imgur. The most powerful Imgur Downloader!! You can use as program or as module!
Python
18
star
8

TinderGo

GoLang client for tinder api
Go
11
star
9

WebSiteScreenshot

Cli tool to save a screenshot of any website
Go
11
star
10

AllFood

AllFood's the perfect tool to search all Nearby restaurants based on a latitude and longitude.
Go
7
star
11

InstagramStoriesDownloader

Small software to keep watching and download all stories in your account
Go
5
star
12

BrazilianFootball

Display data about Brazilian football games that will occur in the next few days
Go
5
star
13

HttpHealth

HttpHealth (HH) checks if http servers are "healthy" and available to do work.
Go
5
star
14

UltraSlackBot

Go
5
star
15

devtalks

Exemplo mostrado no DevTalks
Go
3
star
16

YodaMovies

Get a random famous quote from a random movie and turn it to Yoad speak style.
Go
3
star
17

DSFacebookVideo

Easily download videos from Facebook. You can use as program or as module!
Python
2
star
18

uebersicht-wiki-holidays.widget

An Ubersicht widget which show holidays information
CoffeeScript
2
star
19

FoodTracker2

Swift getting started xCode 7 beta 6
Swift
1
star
20

RedditToSlack

Watch a subreddit and post in a Slack channel when a new post is found.
Go
1
star
21

TinderFinder

Find your Tinder Matches
1
star
22

ci_workshop

Go
1
star
23

FreeWorkflow

1
star
24

RedditAds

A little bot to advertising in reddit written in GoLang
Go
1
star
25

ItiOS

OS Matcher for Itinerary Router
Go
1
star
26

CryptoPunks

Simple script to scrape CryptoPunks data
Go
1
star
27

InstagramDownloader

Download all content made by everyone that you follows on Instagram
Go
1
star
28

RODB---Republic-Of-DataBases

RODB create a CRUD system based on a database
1
star
29

DSms

Envie um SMS para seu amigo que utiliza a operadora VIVO
Python
1
star
30

MySlackBot

It is like any other Slack Bot but this one is mine.
Go
1
star
31

DSMaterialDesign

Example of how to use Material Design in Xamarin Forms
C#
1
star
32

Itinerary

The simplest router made to GoLang
Go
1
star
33

PoContext

Go
1
star
34

ld

LazyDebug is a quick tool to help debugging Go code, inspired by Python q
1
star