Skip to main content

A lightweight wrapper around Tinder's API.

Project description

A lightweight wrapper around the Tinder undocumented API.

Requirements

  • Python 2.6+ (2.7 or 3.4 recommended)

  • PIP (for some installation methods)

  • GIT (for some installation methods)

Installation

If you are on Mac OS X or Linux, chances are that one of the following two commands will work for you:

Installation

Using PIP via PyPI

pip install shiver_me_tinders

Using PIP via Github

pip install git+git://github.com/NFicano/shiver-me-tinders.git#egg=shiver_me_tinders

Adding to your requirements.txt file (run pip install -r requirements.txt afterwards)

git+ssh://github.com/NFicano/shiver-me-tinders.git#egg=shiver_me_tinders

Manually via GIT

git clone git://github.com/NFicano/shiver-me-tinders.git shiver-me-tinders
cd shiver-me-tinders
python setup.py install

Usage Example

from shiver_me_tinder import Tinder
tinder = Tinder(fb_token='xxx', fb_id=1001, lat=40.0, lon=-70.0)

# Or initialize it with a yaml file (see included config.yaml.sample).
tinder = Tinder.config_from_file('/path/to/file/config.yaml')

matches = Tinder.get_matches()
for match in matches:
    # Show users' name + photos.
    print match.name, match.photos

    # Now tip your hat at them...
    tinder.like(match)

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

shiver_me_tinders-0.1.2.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file shiver_me_tinders-0.1.2.tar.gz.

File metadata

File hashes

Hashes for shiver_me_tinders-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d7f83d5fda1a0db4c39081febfbb0f2f5fe6a47052a401fc5d556e681eec53e0
MD5 11de8c5ca3c8bcc0cd4774904bc6443b
BLAKE2b-256 a41d17749f7a0706cab41d5ebae62d3e362c7ef2d032a15b8464fa5e6eb26e5a

See more details on using hashes here.

Supported by

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