Skip to main content

comprehensive and feature rich wrapper for the Tinder API

Project description

Python Linting license-shield Version

Tinder.py

comprehensive and feature rich wrapper for the Tinder API


Note: This is an unofficial project, and I have nothing to do with Tinder nor their API. I take no responsibility for any potential damage, banned accounts or other troubles related to this project!


The following example will demonstrate how easy it is to use this wrapper:

client = TinderClient("X-Auth-Token")

# Like recommended users
for recommendation in client.get_recommendations():
    recommendation.like()
    print(f"Liked user {recommendation.name}")
    
# Send a message to all matches
for match in client.load_all_matches():
    match.send_message("Hello World")

Features

  • completely wrapped Tinder models
  • caching
  • rate limiting
  • intuitive api design

Authentication

Tinder uses Basic Authentication with UUID strings. To get your token, first login to Tinder in your browser. Then, open the network tab and filter for api.gotinder.com. Choose any GET or POST request and go to the Request Headers. There, you'll find the X-Auth-Token header containing the auth token. Please note: you might need to perform some actions first (for example liking a user) before you see any requests.

Download

N/A

Credits

  • @fbessez and @rtt for their initial reverse engineering back in 2018 and 2014.
  • @SnowJuli for their work on the docs and the linting workflow
  • @MeerBiene for his support and general ideas
  • and many more

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

rednit.py-1.0.0.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file rednit.py-1.0.0.tar.gz.

File metadata

  • Download URL: rednit.py-1.0.0.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0

File hashes

Hashes for rednit.py-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8070aa037ac228e4c9aebb9ed29a81e1801e9d4c70b1c2871e208dfb33357d38
MD5 da42313dce31c16ddb31ff8336cc331c
BLAKE2b-256 dc21886d1683d4c6d4dabcd063b76325e404c97be57dec491225f8b941274c1f

See more details on using hashes here.

Supported by

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