Skip to main content

A class aid use of The Best Spinner API

Project description

The Best Spinner is a windows desktop application for text spinning (variable substitution). This package provides a way to easily interact with The Best Spinner API (requires an account, get one from this site)

Installation

Install into your python path using pip or easy_install:

pip install tbs
easy_install tbs

Usage

>>> original_text = "This is the text we want to spin"
>>> import tbs
>>> tbs = tbs.Api('your_username', 'your_password')
>>> spin_text = tbs.identifySynonyms(text)
>>> print spin_text
u"{This is|This really is|That is|This can be} some text that we'd {like to|prefer to|want to|love to} spin"
>>> tbs.randomSpin(spin_text)
u"This really is some text that we'd love to spin"

Docs

See tbs docs.

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

thebestspinner-0.1.1.tar.gz (7.8 kB view hashes)

Uploaded Source

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