{"id":13475482,"url":"https://github.com/d6o/TinderOnline","last_synced_at":"2025-03-27T00:31:30.297Z","repository":{"id":57502542,"uuid":"84771132","full_name":"d6o/TinderOnline","owner":"d6o","description":"Find out which of your friends are online on Tinder","archived":true,"fork":false,"pushed_at":"2022-07-07T16:33:39.000Z","size":9,"stargazers_count":176,"open_issues_count":0,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-23T01:33:01.668Z","etag":null,"topics":["expose","go","golang","golang-application","golang-examples","golang-library","golang-package","golang-sdk","golang-tools","golang-wrapper","security","tinder","tinder-api","tinder-ui"],"latest_commit_sha":null,"homepage":"https://disiqueira.github.io/TinderOnline/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d6o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-13T01:27:01.000Z","updated_at":"2024-10-28T18:13:51.000Z","dependencies_parsed_at":"2022-09-13T07:02:07.725Z","dependency_job_id":null,"html_url":"https://github.com/d6o/TinderOnline","commit_stats":null,"previous_names":["disiqueira/tinderonline"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FTinderOnline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FTinderOnline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FTinderOnline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FTinderOnline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d6o","download_url":"https://codeload.github.com/d6o/TinderOnline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760731,"owners_count":20667886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expose","go","golang","golang-application","golang-examples","golang-library","golang-package","golang-sdk","golang-tools","golang-wrapper","security","tinder","tinder-api","tinder-ui"],"created_at":"2024-07-31T16:01:20.818Z","updated_at":"2025-03-27T00:31:30.022Z","avatar_url":"https://github.com/d6o.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"**UPDATE(2017-04-02):** No longer working, Tinder fixed the last ping date in their API. \n\n# ![TinderOnline](http://image.prntscr.com/image/9d2b8e726a944215be4338849ea9c0cd.png)\n\n# TinderOnline ![Language Badge](https://img.shields.io/badge/Language-Go-blue.svg) ![Go Report](https://goreportcard.com/badge/github.com/DiSiqueira/TinderOnline) ![License Badge](https://img.shields.io/badge/License-MIT-blue.svg) ![Status Badge](https://img.shields.io/badge/Status-Beta-brightgreen.svg)\n\nTinderOnline is a Go program made on the top of Tinder API.\n\nThe 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.\n\n## Project Status\n\nTinderOnline is on beta. Pull Requests [are welcome](https://github.com/DiSiqueira/TinderOnline#social-coding)\n\n![](https://i.imgur.com/W7JSwzA.jpg)\n\n## Features\n\n- Open source - You can check out our code\n- Secure\n- Only one parameter\n- 100% satisfaction guaranteed\n- It's perfect to find out if your girlfriend or boyfriend are using Tinder\n- Instantly see who are online now\n- STUPIDLY [EASY TO USE](https://github.com/DiSiqueira/TinderOnline#usage)\n- Very fast start up and response time\n- Uses native libs\n\n## Installation\n\n### Option 1: Go Get\n\n```bash\n$ go get github.com/disiqueira/tinderonline\n$ tinderonline -h\n```\n\nMake sure that `$GOPATH\\bin` is in your PATH, if it is not add it by doing `export PATH=$PATH:$GOPATH/bin`\n\n### Option 2: From source\n\n```bash\n$ git clone https://github.com/disiqueira/tinderonline.git tinderonline\n$ cd tinderonline/\n$ go get -v -d\n$ go build *.go\n```\n\n## Usage\n\n### Show Help\n\n```bash\n# Show help\n$ tinderonline -h\n```\n\n### Show your friends\n\n```bash\n# Show your friends that use Tinder, and who much time since their last usage\n$ tinderonline -token=YOURFACEBOOKTOKENHERE\n```\n\n## How to get your Facebook Token\n\n1. Open [This link](https://www.facebook.com/v2.6/dialog/oauth?redirect_uri=fb464891386855067%3A%2F%2Fauthorize%2F\u0026scope=user_birthday,user_photos,user_education_history,email,user_relationship_details,user_friends,user_work_history,user_likes\u0026response_type=token%2Csigned_request\u0026client_id=464891386855067)\n\n2. 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.\n![](https://tinderface.herokuapp.com/fb-auth-window.png)\n\n3. 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.\n![](https://tinderface.herokuapp.com/dev-tools-window.png)\n\n4. After copying the response, paste it into some notepad and remove everything before the `\u0026access_token=` and everything after the `\u0026expires_in=`, you will get only the Facebook Token, it should looks like it:\n\nEAATm0PX4ZCpsAAG1dVq03YCE7BZB58ejN1MvkZAV6NFlJg4BKjhYZAz1G38b9CQfZCbzZCfEXkgkCkGkP1SEARXr3F1uQKjDSZA9RVd0LFt9ZBZDFh3mWo370IayhPIsVi7xJC4SvLEu99mxIHyG2VG07c5EyUI9MGLGC2sGTccHvdw3h6FTZAu6KCv\n\n5. This is the value you should pass when calling the TinderOnline\n\n## Program Help\n\n![](http://image.prntscr.com/image/3a12514f944b48078863961920a7da18.png)\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/DiSiqueira/TinderOnline/issues) to report any bugs or file feature requests.\n\n### Developing\n\nPRs are welcome. To begin developing, do this:\n\n```bash\n$ git clone https://github.com/disiqueira/tinderonline.git tinderonline\n$ cd tinderonline/\n$ go get -v -d\n$ go run tinderonline.go\n```\n\n## Social Coding\n\n1. Create an issue to discuss about your idea\n2. [Fork it] (https://github.com/DiSiqueira/TinderOnline/fork)\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n7. Profit! :white_check_mark:\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2017 Diego Siqueira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2FTinderOnline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd6o%2FTinderOnline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2FTinderOnline/lists"}