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

russian_post

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

russian_post

  • 0.1.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Russian Post Tools

Code Climate Build Status Dependency Status

Installation

Add this line to your application's Gemfile:

gem 'russian_post'

And then execute:

$ bundle

Or install it yourself as:

$ gem install russian_post

Usage

Postal tracking

require 'russian_post'

RussianPost::Tracking.new(tracking_code).track
# => [{...}, {...}, {...}]

Captcha recognizer

require 'russian_post'

RussianPost::Captcha.for_url(captcha_url).text
# => "96950"

RussianPost::Captcha.for_data(png_blob).text
# => "43455"

FAQs

Package last updated on 29 Apr 2013

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