Bitly: A library and a command line tool to access bit.ly URL shortener.
Deprecated.
This package allows to use bit.ly and j.mp URL shortening service from Haskell. Currently it supports shorten and expand requests.
API key is required. Please find yours at http://bit.ly/account/.
Configuration file (`~/.bitly`) format:
login = your_bit.ly_login apikey = your_API_key
Examples (command line utility):
$ 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/
Modules
- Network
- Network.Bitly
Downloads
- Bitly-0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.1.0 |
---|---|
Dependencies | base (>=3 && <5), directory (>=1.0 && <1.0.1), filepath (>=1.1), HaXml (<1.14), HTTP (>=4000), regexpr (>=0.5) [details] |
License | BSD-3-Clause |
Author | |
Maintainer | Sergey Astanin <s.astanin@gmail.com> |
Category | Web |
Home page | http://bitbucket.org/jetxee/hs-bitly/ |
Bug tracker | http://bitbucket.org/jetxee/hs-bitly/issues/ |
Uploaded | by SergeyAstanin at 2010-04-01T12:34:24Z |
Distributions | NixOS:0.1.0 |
Executables | bitly |
Downloads | 7929 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-30 [all 6 reports] |