amazonify

The simplest way to build Amazon Affiliate links, in Python
Download

amazonify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Randall Degges
  • Publisher web site:
  • http://github.com/comradeb14ck/

amazonify Tags


amazonify Description

amazonify is the simplest way to build Amazon Affiliate links, in Python.InstallTo install ``python-amazonify``, simply run``pip install amazonify`` and you'll get the latest version installedautomatically.UsageUsing ``amazonify`` is really easy. All you do is pass it the Amazon URL you'dlike to make into an affiliate link, and your Amazon affiliate tag.``` python>>> from amazonify import amazonify>>>>>> # Your Amazon affiliate tag:>>> affiliate_tag = 'rdegges-20'>>>>>> # Some non-affiliate Amazon URLs:>>> urls = >>> affiliate_urls = >>> affiliate_urls```**NOTE**: If the URL you try to ``amazonify`` is invalid, ``amazonify`` will return ``None``.Confused?Have no idea what I'm talking about? See Amazon's Affiliate Program.Or...Shop on Amazon!TestsWant to run the tests? No problem:``` bash$ git clone git://github.com/rdegges/python-amazonify.git$ cd python-amazonify$ python setup.py develop...$ pip install -r requirements.txt # Install test dependencies.$ nosetests.............----------------------------------------------------------------------Ran 13 tests in 0.166sOK```Product's homepage


amazonify Related Software