tarraschk / TinderAutoLike

Tinder Auto Like with Ruby - Applying A/B testing on human relationships
MIT License
65 stars 17 forks source link

Development of a real GUI #2

Open tarraschk opened 9 years ago

tarraschk commented 9 years ago

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

tarraschk commented 9 years ago

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.

repires commented 9 years ago

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!

tarraschk commented 9 years ago

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 :).

falbani commented 9 years ago

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?

tarraschk commented 9 years ago

@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

falbani commented 9 years ago

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 :(

tarraschk commented 9 years ago

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/

gercheq commented 9 years ago

@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?

tarraschk commented 9 years ago

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 commented 9 years ago

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

slycoderr commented 9 years ago

any updates on this?

tarraschk commented 9 years ago

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.

slycoderr commented 9 years ago

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

-----Original Message----- From: "Maxime Alay-Eddine" notifications@github.com Sent: ‎3/‎24/‎2015 2:12 PM To: "tarraschk/TinderAutoLike" TinderAutoLike@noreply.github.com Cc: "slycoderr" slycoder127@hotmail.com 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.

tarraschk commented 8 years ago

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

akashagarwal7 commented 7 years ago

@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.

tarraschk commented 7 years ago

Hey @akashaggarwal7

Thank you for your feedback!

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

akashagarwal7 commented 7 years ago

I'm better at backend. :)

tarraschk commented 7 years ago

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.

porthunt commented 7 years ago

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

tarraschk commented 7 years ago

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?

3minus1 commented 7 years ago

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

tarraschk commented 7 years ago

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.