Skip to main content

An unofficial api wrapper for tinder. For more examples, check the example folder

Project description

TinderApi

An unofficial api wrapper for tinder. For more examples, check the tests folder.

Installation

pip install MTinderApi

from TinderApi import Tinder

tinder = Tinder(debug=True, x_auth_token="your_auth_token")
users_to_swipe = tinder.swipe.get_users()

for user in users_to_swipe:
    liked = tinder.swipe.like_user(user["user_id"]) # LIKE USER
    print(liked) # -> {'status': 200, 'match': False, 'user_id': 'some_user_id', 'likes_left': 100}

Login to tinder

from TinderApi import Tinder

tinder = Tinder(debug=True)
tinder.login(
    "your_phone_number",
    "your_email",
    store_auth_token=True
)

Register a new account

from TinderApi import Tinder

tinder = Tinder(debug=True)
fields = [
        {
            "data": "1995-10-10",
            "name": "birth_date"
        }, 
        {
            "data": 0,
            "name": "gender"
        }, 
        {
            "data": False,
            "name": "show_gender_on_profile"
        }, 
        {
            "data": [1],
            "name": "interested_in_gender"
        }, 
        {
            "data": {"checked": False, "should_show_option": False},
            "name": "show_same_orientation_first"
        }, 
        {
            "data": "David",
            "name": "name"
        },
        {
            "data": False,
            "name": "show_orientation_on_profile"
        }
]
tinder.register(
    phone_number="", # ONLY USA NUMS
    email="",
    fields=fields,
    photo_path="photo1.jpg",
    store_account_data=True
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MTinderApi-0.0.2.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

MTinderApi-0.0.2-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

Details for the file MTinderApi-0.0.2.tar.gz.

File metadata

  • Download URL: MTinderApi-0.0.2.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.2

File hashes

Hashes for MTinderApi-0.0.2.tar.gz
Algorithm Hash digest
SHA256 7b8b20a4d08cff99b9f563bba78bed23f2553ff2cd94f55a1e2c08f73d279a6e
MD5 67cf235baf93c9ef8a1643e0f175196a
BLAKE2b-256 f7f99e925c5b37ca7faf54d260b15145e50ac680a8ceaba1351a2583df87b73a

See more details on using hashes here.

File details

Details for the file MTinderApi-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: MTinderApi-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 23.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.2

File hashes

Hashes for MTinderApi-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 48075e0952440b7b888f4068203a59fa13c8b5b929b5e611d2e9fe425f7dad9d
MD5 54d293f03de1a105beb8cbe26bc4226f
BLAKE2b-256 612aa551ebbfa1a3bbb1ff7a50947ef01a1d5cac02c2611989497b58c5ac9463

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page