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

Uploading Picture #150

Open
ghost opened this issue Jan 6, 2023 · 0 comments
Open

Uploading Picture #150

ghost opened this issue Jan 6, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 6, 2023

Is there a way to interact with the form to upload a picture?

They use form data and binary
image


                    print("Sending Birth Date:")
                    response = session.post("https://api.gotinder.com/v2/onboarding/fields?requested=allow_email_marketing&requested=birth_date&requested=consents&requested=email&requested=gender&requested=interested_in_gender&requested=name&requested=photos&requested=relationship_intent&requested=sexual_orientations&requested=show_gender_on_profile&requested=show_orientation_on_profile&requested=show_same_orientation_first&requested=tinder_rules&requested=user_interests", headers={'app_version': '6.9.4', 'platform': 'ios', "content-type": "application/json", "User-agent": "Tinder/7.5.3 (iPhone; iOS 10.3.2; Scale/2.00)", "token": onboarding_token}, json={"fields": [{"name": "birth_date", "data": "1996-01-02"}]})

Sending profile birth date works fine using this way . Was wondering how to send a picture using the given information, thanks!

@developpy#8161 (big d and big "p" from "py"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants