Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weppos/whois-parser
An intelligent — pure Ruby — WHOIS parser.
https://github.com/weppos/whois-parser
ruby whois
Last synced: 6 days ago
JSON representation
An intelligent — pure Ruby — WHOIS parser.
- Host: GitHub
- URL: https://github.com/weppos/whois-parser
- Owner: weppos
- License: mit
- Created: 2015-10-21T20:14:52.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T22:00:47.000Z (5 months ago)
- Last Synced: 2024-12-27T04:04:38.636Z (13 days ago)
- Topics: ruby, whois
- Language: Ruby
- Homepage: https://whoisrb.org
- Size: 1.69 MB
- Stars: 98
- Watchers: 10
- Forks: 102
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Whois](https://whoisrb.org/) Parser
Whois Parser is a — pure Ruby — WHOIS parser.
This library was extracted from the Ruby Whois library], and made available as a standalone library. It can be used in combination with the Ruby Whois library to perform WHOIS queries and parse the response in Ruby, or as a standalone library to parse WHOIS records fetched previously and/or from different WHOIS clients.
[![Build Status](https://github.com/weppos/whois-parser/actions/workflows/tests.yml/badge.svg)](https://github.com/weppos/whois/actions/workflows/tests.yml)
The [whois repository](https://github.com/weppos/whois) contains more information on how to use the library.
## More Information
- [Homepage](https://whoisrb.org/)
- RubyGems: [`whois`](https://rubygems.org/gems/whois) and [`whois-parser`](https://rubygems.org/gems/whois-parser)
- Issues: [`whois`](https://github.com/weppos/whois) and [`whois-parser`](https://github.com/weppos/whois-parser)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/whois-ruby)## Versioning
Whois::Parser uses [Semantic Versioning 2.0.0](http://semver.org)
## License
Copyright (c) 2009-2022 [Simone Carletti](https://simonecarletti.com/). This is Free Software distributed under the MIT license.