Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development of a real GUI #2

Open
tarraschk opened this issue Sep 18, 2014 · 22 comments
Open

Development of a real GUI #2

tarraschk opened this issue Sep 18, 2014 · 22 comments

Comments

@tarraschk
Copy link
Owner

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

@tarraschk
Copy link
Owner Author

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
Copy link

repires commented Sep 30, 2014

I understand, no problem! 👍
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:

🎱 Login button (stay connected after first use)

🎱 Change the geolocation with google maps

🎱 Check box to not like:
mutual friends
specifics names

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

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

🎱 Start/Stop like button

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

Thanks again!

@tarraschk
Copy link
Owner Author

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
Copy link

falbani commented Oct 7, 2014

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
Copy link
Owner Author

@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
Copy link

falbani commented Oct 7, 2014

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
Copy link
Owner Author

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
Copy link
Contributor

gercheq commented Dec 30, 2014

@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
Copy link
Owner Author

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
Copy link
Owner Author

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

@slycoderr
Copy link

any updates on this?

@tarraschk
Copy link
Owner Author

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
Copy link

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.

@tarraschk
Copy link
Owner Author

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 tarraschk self-assigned this Sep 4, 2016
@akashagarwal7
Copy link

@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
Copy link
Owner Author

Hey @akashaggarwal7

Thank you for your feedback!

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

@akashagarwal7
Copy link

I'm better at backend. :)

@tarraschk
Copy link
Owner Author

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
Copy link

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

@tarraschk
Copy link
Owner Author

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
Copy link

3minus1 commented Sep 11, 2017

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

@tarraschk
Copy link
Owner Author

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.

@github-staff github-staff deleted a comment from mehdi-dev97 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants