Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuhirom/www-mobilecarrierjp
WWW::MobileCarrierJP
https://github.com/tokuhirom/www-mobilecarrierjp
Last synced: 18 days ago
JSON representation
WWW::MobileCarrierJP
- Host: GitHub
- URL: https://github.com/tokuhirom/www-mobilecarrierjp
- Owner: tokuhirom
- License: other
- Created: 2009-02-27T03:43:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T10:39:38.000Z (about 8 years ago)
- Last Synced: 2024-10-11T20:57:11.447Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 393 KB
- Stars: 16
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
WWW::MobileCarrierJP - scrape mobile carrier information
# WARNINGS
THIS SOFTWARE IS STILL UNDER ALPHA STATUS.DON'T USE ME :)
# DESCRIPTION
Japanese Mobile Phone Carrier doesn't feed any information by the machine readable format :(
This is good wrapper for this problem.
This module makes machine readable format from HTML :)
# KNOWLEDGE
## IMAGE
### Softbank
softbank phone supports jpeg(without type C2).
softbank phone supports gif(without type C, P, W).
[http://www2.developers.softbankmobile.co.jp/dp/tool\_dl/download.php?docid=120&companyid=](http://www2.developers.softbankmobile.co.jp/dp/tool_dl/download.php?docid=120&companyid=)
# COOKBOOK
- HOW DO I GET YAMLs FASTER?
use [HTML::TreeBuilder::LibXML](https://metacpan.org/pod/HTML::TreeBuilder::LibXML).
# AUTHOR
Tokuhiro Matsuno <tokuhirom gmail com>
# THANKS TO
nobjas
kazeburo
takefumi
masahiro chiba# COPYRIGHT
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.The full text of the license can be found in the
LICENSE file included with this module.