Skip to content

robadler/WordAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordAi

What is WordAi

The WordAi Gem is a rubygem that assists with spinning content from WordAi (http://www.WordAi.com)

Example uses?

Here's a few examples to get you started. The main 2 (and only 2) functions right now are for the WordAi API and my madlib function (superspin/nested spin).

# Evaluate spintax article

require 'WordAi'

bofu = WordAi.new

puts bofu.madlib("{IWe} Write {ContentSentences}")

# I Write Content / We Write Sentences / We Write Words / You Write Sentences / etc.

For WordAI:

# Run a sentence through WordAI

require 'WordAi'

bofu = WordAi.new

bofu.user = "email@address.com"

bofu.pass = "secrets"

bofu.slider = "50"

puts bofu.spin("After finishing up on this code, I would like to get a reply with some other ways to phrase this sentence.")

# After finishing {up onsignalI'd} {like towant to} get {a replyan answer} with {some othermethods toword}.

Coded by Bofu2U - http://Contempt.me

About

Spinning gem for WordAi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages