Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

Command List (ls)


wpContent
NAME wpContent - Returns just the content of a Wikipedia article. SYNOPSIS wpContent [TERM] EXAMPLES wpContent llama wpContent Ranunculus Uses the scrape command to return just the content of a Wikipedia article. NOTES Since this command scrapes the article's source, it is possible it will break if Wikipedia changes their HTML. AUTHOR Allen Ormond - aormond (at) gmail (dot) com
35 uses - Created 2006-05-16 23:17:04 - Last used 2008-12-18 17:36:09 - Nominate - Description - scrape -tokens %3C%21--+start+content+--%3E %3C%21--+Saved -dirs 0 0 -url http://en.wikipedia.org/wiki/%s

amzpagetitle
Gets the page title of the URL from Amazon. Wes Amazon.
34 uses - Created 2008-12-23 08:51:00 - Last used 2009-04-22 15:29:16 - Nominate - Description - scrape -tokens <title> </title> -dirs 0 0 -url {url simple %s&tag=yubnub-20}

lyss
intermediate command for a test
32 uses - Created 2008-12-08 00:08:54 - Last used 2012-05-25 19:47:57 - Nominate - Description - scrape -tokens </a><table lyrics -dirs 0 1 -textonly 1 -debug 0 -url {url lys %s}

nrscrape
NAME nrscrape - Takes NapalmRiot screenshot URL, returns bbcode for embedded linked image. SYNOPSIS nrscrape [SCREENSHOT URL] EXAMPLES nrscrape http://klink258.napalmriot.com/screenshots/fullview/1723/ Returns: [url=http://klink258.napalmriot.com/screenshots/fullview/1723/][img]http://images.napalmriot.com/images/original/0/3472.jpg[/img][/url] nrscrape http://klink258.napalmriot.com/screenshots/1723/ Returns: [url=http://klink258.napalmriot.com/screenshots/fullview/1723/][img]http://images.nap…
32 uses - Created 2009-04-11 05:05:02 - Last used 2010-07-11 21:49:44 - Nominate - Description - echo [url=%s]{strreplace -find g[i -replace g[/i -string {strreplace -find " -replace [img] -string {scrape -tokens src= w -dirs 1 0 -url {ifthen -value1 {strfind -find /fullview/ -string %s} -value2 0 -test EQUAL -then {strreplace -find screenshots/ -replace screenshots/fullview/ -string %s} -else %s}}}}[/url] [no url encoding]

pbot
NAME pbot - retrieve the answer provided by one of pandorabot chatbot to your input SYNOPSIS pbot [PANDORA BOT ID] [INPUT] EXAMPLES pbot f6d4afd83e34564d hello will say hello to divabot on pandorabots.com and retrieve it's answer retrieve the answer provided by one of pandorabot chatbot to your input AUTHOR LeYann
31 uses - Created 2012-05-30 13:07:20 - Last used 2019-02-27 09:00:42 - Nominate - Description - scrapetc that http://www.pandorabots.com/pandora/talk-xml?botid={% 1 %s}&input={% 2- %s}[no url encoding]

amlinkb
Combines commands amlink and scrapeisbn1 (s.v.) to create an Amazon.com link based on keywords you specify (books only). First searches ISBNdb.com and scrapes the first ISBN number found, then submits that ISBN to Eli Robillard's Amazon Link Generator as an ASIN to create an Amazon image link. Example: amlinkb "assembling the shepherd" - will search ISBNdb.com for the keyword phrase and find the ISBN 0820321680 - then will send 0820321680 to Robillard's link generator to create the link <a href…
29 uses - Created 2007-03-24 01:33:36 - Last used 2008-12-18 17:39:14 - Nominate - Description - amlink {scrapeisbn1 %s}

eblucky
NAME eblucky - Get a link to the first result from Encyclopedia Britannica SYNOPSIS eblucky [SEARCH TERM] EXAMPLES eblucky sears tower This command pulls the first search result from Encyclopedia Britannica, then gives you a link to the free version of the article. AUTHOR b.a.
27 uses - Created 2007-02-21 22:18:57 - Last used 2008-05-28 20:20:12 - Nominate - Description - ebfree http://www.britannica.com{scrape -tokens copyboldlink%22 %22 %22 -dirs 0 0 0 -url {url eb %s}}

alexaren
takes a site as input and returns it's global ranking, based on alexa information.
26 uses - Created 2010-02-09 14:15:38 - Last used 2010-02-10 19:01:45 - Nominate - Description - scrape -tokens Global > < -dirs 0 0 0 -url http://www.alexa.com/data/details/traffic_details?q=&url=%s

bksk
Finds books for sale locally on Booksense.com. Accepts keywords (title, author, subject; phrases in quotes OK) as parameters. Runs a keyword search on ISBNdb.com and scrapes the first ISBN from the results. Then pipes this result to the bks command (an abbreviated version of bsense) to find a copy of the book in a store local to the zip code you specify (via a cookie or an interstitial page). Example: bksk high lonesome oates will take you to the Booksense.com product page for Joyce Carol Oates…
22 uses - Created 2006-04-23 20:03:35 - Last used 2007-07-20 06:05:53 - Nominate - Description - bks {scrapeisbn1 %s}

strong-
SYNOPSIS strong- {length of password to generate (1-64)} EXAMPLES strong- 64 Scraped and updated version of "strong" command. Generate _Strong_ Random Passwords. The only argument is the desired length of the passwords. Passwords will be mixed-case and include numbers and punctuation. Note that this version is NOT SSL encripted.
22 uses - Created 2007-01-11 15:17:06 - Last used 2014-05-11 06:38:16 - Nominate - Description - scrape -tokens Password:</b></td><td+valign=top+nowrap><b> </b></td></tr> -dirs 0 0 -url http://www.pctools.com/guides/password/?password[length]=%s&password[phonetic]=on&password[alpha]=on&password[mixedcase]=on&password[numeric]=on&password[nosimilar]=on&password[quantity]=1&generate=true -method post

parss
PARSS: (PortableAppsRSS) Allows you to subscribe to a comment thread from PortableApps.com via RSS. The PortableApps comment thread is run through HTML Tidy (http://cgi.w3.org/cgi-bin/tidy). The output is then transformed using a stylesheet from http://3amproductions.net/xml/rsscrape.xsl via the W3C XSLT service (http://www.w3.org/2005/08/online_xslt/xslt) Simply pass in the url of the comment page. Ex. parss http://portableapps.com/node/7364 ========== Old implementation: http://www.w3.org/200…
22 uses - Created 2007-06-28 17:48:56 - Last used 2009-07-30 20:19:59 - Nominate - Description - http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http://3amproductions.net/xml/parss.xsl&xmlfile=http://cgi.w3.org/cgi-bin/tidy%3FdocAddr%3D%s%26forceXML%3Don&content-type=&submit=transform

nucat2
NAME nucat2 - Look up items in the electronic catalog for Northwestern University SYNOPSIS nucat2 [KEYWORD] EXAMPLES nucat2 spanish apartment nucat2 women impressionists Find items at Northwestern University's library. http://nucat.library.northwestern.edu/ AUTHOR b.a.
20 uses - Created 2007-03-25 03:28:08 - Last used 2007-12-10 04:47:58 - Nominate - Description - http://nucat.library.northwestern.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=%s&SL=None&Search_Code=GKEY&PID={scrape -tokens pid%3D %22 -dirs 0 0 -url http://nucat.library.northwestern.edu/}&CNT=25&HIST=1

goodrs
Mashup of scrapeisbn1 and goodisbn. Uses the supplied parameter to search for an ISBN at ISBNdb.com, grabs the first ISBN found, and looks it up on Goodreads.com. Example: goodrs richard russo straight man made by (e)nb(a)r
19 uses - Created 2009-01-04 21:49:36 - Last used 2014-11-21 08:03:53 - Nominate - Description - goodisbn {scrapeisbn1 %s}

geoz
NAME geoz - open Google Maps using GeoNames.org data. SYNOPSIS geoz [ ZIPCODE ] geoz provides commandline access to the Google Maps provided through GeoNames.org by referencing the latitude and longitude corresponding to the center of a U.S. Zip Code area. EXAMPLES Example: geoz 10004 Result: Displays online map of Ellis Island, New York. Example: geoz 95389 Result: Displays online map of Yosemite, California. SEE ALSO http://www.geonames.org/about.html AUTHOR Paul M. Boren pmboren AT gmail DOT…
19 uses - Created 2009-06-02 19:15:31 - Last used 2023-09-26 02:01:11 - Nominate - Description - http://www.geonames.org/maps/google_{strreplace -find / -replace _ -string {scrape -tokens <small> </small> -dirs 1 0 -url http://www.geonames.org/postalcode-search.html?q=%s&country=US}}.html

yaylss
Yet Another Yubnub Lyrics Search, Scraped (yaylss) Performs a Google search, in "I feeling lucky mode" on the site letssingit.com Search for band names, song titles and text snatches (Say THAT 10 Times Fast!) Returns band name and song title scraped from the letssingit.com page Example: yayls put a ring on it ..returns: "Beyonce - Single Ladies (Put A Ring On It)" Peter Huesken - 07/12/2008
18 uses - Created 2008-12-07 21:25:55 - Last used 2020-04-20 14:59:14 - Nominate - Description - scrape -tokens <TITLE> Lyrics -dirs 0 0 -textonly 1 -url {url yayls %s}}

lwdebug

16 uses - Created 2005-12-22 09:47:08 - Last used 2006-09-12 07:02:07 - Nominate - Description - scrape -debug 1 -tokens id="themed"> </h2 -dirs 0 1 -url http://www.rssfwd.com/rssfwd/subscribe?url=http://blogsearch.google.com/blogsearch_feeds?q=%s&output=rss&email=${mail}

addon-get
Install the first firefox's add-on which match with your search. Warning, if there a mistake in the name you could get somethings else. Juste write addon-get TheNameOfYourFirefoxsAdd-on. Installation automatique du premier add-on de firefox trouver. Attention, s'il y a une erreur dans le nom, vous pourrier vous retrouver avec quelque chose d'autre. Juste écrire addon-get LeNomDeVotreAdd-onDeFirefox
16 uses - Created 2009-02-03 19:44:37 - Last used 2011-11-09 22:57:11 - Nominate - Description - {ifEmpty -value {scrape -tokens /en-US/firefox/downloads/file/ .xpi -dirs 0 0 -url https://addons.mozilla.org/en-US/firefox/search?q=%s} -then https://addons.mozilla.org/en-US/firefox/search?q=%s&cat=all -else https://addons.mozilla.org/en-US/firefox/downloads/file/{scrape -tokens /en-US/firefox/downloads/file/ .xpi -dirs 0 0 -url https://addons.mozilla.org/en-US/firefox/search?q=%s}.xpi}

ebfl
Search Encyclopaedia Britannica and send you straight to the first free article. Example: ebfl nanotechnology Related commands: eb, eblucky, gfl Keywords: Encyclopædia Britannica Online, "I'm Feeling Lucky" feature, britannica, reference, encyclopedia, dictionary, atlas, trivia, history, art, science, politics, sports, timeline, Africa, Asia, Russia, Australia, Oceania, Europe, North America, South America, World, browse, alphabet, collegiate, searches, heritage Description: Encyclopedia Brita…
15 uses - Created 2007-02-22 12:54:46 - Last used 2012-11-03 09:19:59 - Nominate - Description - http://www.britannica.com{scrape -tokens copyboldlink%22 %22 %22 -dirs 0 0 0 -url {url eb %s}}

golucky>>
See lucky>> Goes directly the first result found by lucky>>
12 uses - Created 2007-05-09 06:56:39 - Last used 2011-05-08 08:09:52 - Nominate - Description - script location=('{scrape -tokens class=l href=%22 %22 -dirs 0 1 0 -url {url lucky>> %s -k ${k}}}')

LastUrlOnMagnolia
LastUrlOnMagnolia - Retrieves the last URL submitted on Ma.gnolia.com by a user with a specific tag Parameters: user tag Author: Fuska
11 uses - Created 2008-03-31 02:02:45 - Last used 2009-04-26 12:37:56 - Nominate - Description - {scrape -tokens print_only%22%3E </p> -dirs 0 0 -url http://ma.gnolia.com/people/${user}/tags/${tag}}

pingit
Send a URL to Ping.fm for posting to Twitter, Facebook, and other social networks. You must be logged in to Ping.fm for this command to work. Visit Ping.fm to set up your account. The URL is the only required parameter. If you supply only the URL, the command will try to scrape the title from the page you're posting. Alternatively you can supply your own title using the -t parameter. Examples: pingit http://ping.fm/ref/help/ (will use the page's title tags to determine the title) pingit http://…
11 uses - Created 2009-09-10 22:17:46 - Last used 2010-05-21 02:07:48 - Nominate - Description - http://ping.fm/ref/?link=%s&title=${t={scrape -tokens <title> </title> -dirs 0 0 -url %s}}

gbphotoscrapetest
NAME gbphotoscrapetest - For use with a Yahoo Pipe SYNOPSIS gbphotoscrapetest [GAPERS BLOCK REARVIEW URL] EXAMPLES Get the image from a Gapers Block Rearview page.
10 uses - Created 2009-03-27 16:28:29 - Last used 2009-03-27 17:32:26 - Nominate - Description - http://gapersblock.com/{scrape -tokens jpg src=%22 -dirs 1 1 -url %s}jpg [no url encoding]

redirectipipfromtop

10 uses - Created 2009-06-10 10:01:46 - Last used 2009-06-10 12:56:51 - Nominate - Description - {echo http://radio.ipip.cz/{strReplace -find " -replace -string {scrape -tokens %s ><img href= -dirs 0 1 1 -url http://radio.ipip.cz/?p=home}}}

Previous Page