bitly-cli-0.1.2: A command line tool to access bit.ly URL shortener.

The bitly-cli package

This package provides a command line utility to shorten and expand URLs using bit.ly/j.mp service. To use this tool, an API key is required. Please find yours at https://bitly.com/a/account.

Configuration file (~/.bitly) format:

 login = your_bit.ly_login
 apikey = your_API_key

Usage examples:

 $ echo "Text with an URL: http://example.com/" | bitly
 Text with an URL: http://bit.ly/2eSq1z
 $ bitly shorten http://example.com
 http://bit.ly/2eSq1z
 $ bitly expand http://bit.ly/2eSq1z
 http://example.com/

Properties

Versions0.1, 0.1.1, 0.1.2
Dependenciesbase (≥3 & <5), Bitly (≥0.0.7), directory (≥1.0 & <1.2), filepath (≥1.1), regexpr (0.5.*)
LicenseBSD3
MaintainerSergey Astanin <s.astanin@gmail.com>
Stabilityexperimental
CategoryWeb, Utils
Home pagehttp://bitbucket.org/jetxee/hs-bitly/
Bug trackerhttp://bitbucket.org/jetxee/hs-bitly/issues/
Executablesbitly
Upload dateThu Dec 8 15:37:52 UTC 2011
Uploaded bySergeyAstanin

Downloads