0.1.9 • Published 10 years ago

linksnip v0.1.9

Weekly downloads
42
License
-
Repository
github
Last release
10 years ago

LinkSnip

A utility that will take a url and provide a basic synoposis of the web page including title, text, and image. Inspired by Facebook link scraper.

Usage

From the command line you can

linksnip http://google.com
{
  "url": "https://www.google.com/",
  "title": "Google",
  "description": "Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.",
  "images": [
    {
      "height": 128,
      "width": 128,
      "format": "PNG",
      "url": "https://www.google.com/images/google_favicon_128.png",
      "filename": "/cloudcollege/linksnip/images/fe319f17bbd1a352c0ad1a47a5f5c7ee555e4f3d"
    }
  ]
}
0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago