Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitter_image_parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter_image_parser

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

TwitterImageParser

TwitterImageParser gem returns the original image source url from the shortened image post url of twitter image sharing services, such as twitpic, twipple and many other.

Installation

Add this line to your application's Gemfile:

gem 'twitter_image_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install twitter_image_parser

Usage

require 'twitter_image_parser'

twipple_uri = URI.parse('http://p.twipple.jp/GIb1F')
#=> #<URI::HTTP:0x007f8a913a0c00 URL:http://p.twipple.jp/GIb1F>

twipple_uri.img_url
#=> "http://p.twpl.jp/show/orig/GIb1F"


# return nil if the uri is not valid
dummy_uri = URI.parse('http://example.com')
#=> #<URI::HTTP:0x007f8a913a0c00 URL:http://example.com>

dummy_uri.img_url
#=> nil

Contributing

  1. Fork it ( https://github.com/[my-github-username]/twitter_image_parser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 19 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc