TinderAutoLike icon indicating copy to clipboard operation
TinderAutoLike copied to clipboard

Development of a real GUI

Open tarraschk opened this issue 11 years ago • 22 comments

I would like to add a real GUI to the script.

tarraschk avatar Sep 18 '14 21:09 tarraschk

Hey,

I'd a lot of work with my company these days. Still working on it ;).

Also, if you have a list of specific features, please don't hesitate to write them here, so that I can track which one I should implement first.

tarraschk avatar Sep 30 '14 09:09 tarraschk

I understand, no problem! :+1: Thanks and keep up with the good work, count on me however i can help you.

Simple app inspiration (some feature missing) http://tinderautoliker.com/

Here are some features would be great:

:8ball: Login button (stay connected after first use)

:8ball: Change the geolocation with google maps

:8ball: Check box to not like: mutual friends specifics names

:8ball: Check box to save info of the liked targets: first photo or all Name age number of shared interested

:8ball: First default message bombing to all matched targets (not for the ones that you already msg)

:8ball: Start/Stop like button

:8ball: Special mode: show up about 50 photos, let's you select and like the selected targets. Inspiration feature: http://tinderliker.com/

Thanks again!

repires avatar Sep 30 '14 16:09 repires

Thanks for your feedback. I should have a little more time in the days to come. I'll try to do some of your suggestions :).

tarraschk avatar Oct 05 '14 23:10 tarraschk

what is the api to auth a tinder acc?

i know about "/sendtoken" {"device_token":"phone-number"} but then when i get the code where i should send it?

i would like to register accs programmatically and i lack that information, can you help me?

falbani avatar Oct 07 '14 08:10 falbani

@falbani if you got your Tinder token (generated once you sent your Facebook ID + Facebook Token), you can use it through these Headers: Authorization: Token token YOUR_TOKEN and X-Auth-Token: YOUR_TOKEN.

For the automation of the authentication process, please look at these lines:

1.Fetching your Facebook Tinder token 2.Fetching your Facebook ID 3.Fetching your Tinder token 4.Putting these information in every single request launched to the Tinder server

tarraschk avatar Oct 07 '14 08:10 tarraschk

You only need a Tinder Token to operate with the api and the correct browser version

Anyway, i was asking about phone verification, when tinder starts it ask for a phone number to send a code and get it verified

https://api.gotinder.com/sendtoken

here goes the code

with a JSON post like this one {"phone_number":"phone-number"}

then after receiving the token i need to send it to somewhere, probably...

https://api.gotinder.com/validate

but i don't know how is the format of the JSON i must send, i can't sniff HTTPS right now :(

falbani avatar Oct 07 '14 08:10 falbani

Oh okay nevermind. I thought you meant the Tinder token used in the authentication and to store your session, not the token used to verify your phone!

I handled this part manually so I don't know how the JSON is formatted yet.

To sniff HTTPS, you can use Charles Proxy and install the Charles certificate on your phone http://www.charlesproxy.com/documentation/using-charles/ssl-certificates/

tarraschk avatar Oct 07 '14 08:10 tarraschk

@tarraschk are there any updates on the ui? I'd like to help as well. is there a repo I can check out and start working on?

gercheq avatar Dec 30 '14 20:12 gercheq

Hi there!

So I created the basic stuff to get a real UI. I'll add more structure by the week-end, with precise TODOs so that anyone can help :).

The code is on the same repo, on the branch "dev-ui".

tarraschk avatar Jan 02 '15 00:01 tarraschk

Update: had some work to do this week-end, should deliver account management by wednesday. Stay tuned :)

tarraschk avatar Jan 12 '15 00:01 tarraschk

any updates on this?

slycoderr avatar Mar 05 '15 23:03 slycoderr

Hi there!

Actually, I've been waiting for the update promised by Tinder. Their update is all about premium features, so I'm studying their new API to see if we could do something clever with a new Tinder bot.

It could be either bypassing the paywall, or making a bot liking automatically after the paywall is unlocked, in a 24/7 mode.

=> I have to study a bit more the capabilities of their API.

tarraschk avatar Mar 24 '15 18:03 tarraschk

Sounds interesting. When I get time id like to make a c# port for that script.

-----Original Message----- From: "Maxime Alay-Eddine" [email protected] Sent: ‎3/‎24/‎2015 2:12 PM To: "tarraschk/TinderAutoLike" [email protected] Cc: "slycoderr" [email protected] Subject: Re: [TinderAutoLike] Development of a real GUI (#2)

Hi there! Actually, I've been waiting for the update promised by Tinder. Their update is all about premium features, so I'm studying their new API to see if we could do something clever with a new Tinder bot. It could be either bypassing the paywall, or making a bot liking automatically after the paywall is unlocked, in a 24/7 mode. — Reply to this email directly or view it on GitHub.

slycoderr avatar Mar 24 '15 18:03 slycoderr

Hey there,

I had not much time, but I still built a micro GUI for the bot.

It is working with GTK instead of webapp at the moment.

I'll release the source code in the following days :).

Best,

Maxime AE

tarraschk avatar Dec 15 '15 21:12 tarraschk

@tarraschk Hey there, awesome stuff man! I'd like to contribute to the GUI. I can make a rails app for the purpose. One of the features I want to include is to show a web link to the profiles which the script likes. If you get direct me to the route path through which a user profile can be accessed I can get started.

akashagarwal7 avatar Nov 02 '16 17:11 akashagarwal7

Hey @akashaggarwal7

Thank you for your feedback!

I'd love your help on this project. Are you more focused on FrontEnd or BackEnd?

tarraschk avatar Nov 04 '16 09:11 tarraschk

I'm better at backend. :)

akashagarwal7 avatar Nov 04 '16 10:11 akashagarwal7

Okay, thanks @akashaggarwal7 !

I suggest we talk about that on Slack. Is that okay for you? Send me an email with your coordinates at maxime.alayeddine [AT~NOSPAM] gmail.com. I'll respond with an invite to a Slack channel.

tarraschk avatar Nov 08 '16 18:11 tarraschk

@tarraschk Hi tarraschk, do you still need help with the GUI? I can help you with that :D

porthunt avatar Feb 24 '17 02:02 porthunt

Hi @porthunt, thank you for reaching out!

Yes I definitely need help with the GUI. Can you give me an email address so that I send you a Slack invite for the project?

tarraschk avatar Feb 27 '17 11:02 tarraschk

Is the GUI thingy still under active development? I'd love to help out with the backend.

3minus1 avatar Sep 11 '17 09:09 3minus1

Hey!

Yes it is, but this is something for which I need at least 2 other people involved in.

If you're interested and if you have another friend that might want to join in, please let me know: I'll launch a Slack dedicated to the project so that we can work together.

I think everything can be done quite quickly if we are at least 3.

tarraschk avatar Sep 11 '17 23:09 tarraschk