# HG changeset patch # User Peter Sanchez # Date 1449617987 28800 # Tue Dec 08 15:39:47 2015 -0800 # Node ID 8b09cbffe623aaf882cfbe4b8f36fde00693a09b # Parent 31607861fa04f26f7e39f5efb6a30f9537ffb243 Added README.rst diff --git a/README.rst b/README.rst new file mode 100644 --- /dev/null +++ b/README.rst @@ -0,0 +1,37 @@ +================== +pytinder +================== +:Info: Python module to talk to the Tinder API +:Version: 0.5 +:Author: Peter Sanchez (http://www.petersanchez.com) / Netlandish Inc. (http://www.netlandish.com) + +Dependencies +============ + +* It was written for Python 2.7+ and depends on the oh so awesome requests library - http://docs.python-requests.org/en/latest/ + +Usage +===== +This will be written soon. We'll also include an example robot. Promise. + +Respect +======= + +Based on research found in this gist: https://gist.github.com/rtt/10403467 + +Data models have foundation from models in a similar project called pynder: https://github.com/charliewolf/pynder + + +Copyright & Warranty +==================== +All documentation, libraries, and sample code are +Copyright 2015 Netlandish Inc. . The library and +sample code are made available to you under the terms of the BSD license +which is contained in the included file, BSD-LICENSE. + + +Commercial Support +================== +This software, and lots of other software like it, has been built in support of many of +Netlandish's own projects, and the projects of our clients. We would love to help you +on your next project so get in touch by dropping us a note at hello@netlandish.com.