hunter.cr alternatives and similar shards
Based on the "Third-party APIs" category.
Alternatively, view hunter.cr alternatives based on common mentions on social networks and blogs.
-
discordcr
Minimalist Discord library for Crystal. (Still WIP, but usable) -
TelegramBot
(deprecated) see https://github.com/protoncr/tourmaline instead -
twitter-crystal
A library to access the Twitter API using Crystal -
crystal_slack
Parse Slack slash commands or send incoming web hooks from Crystal -
crystal-consul
Crystal client for Consul (http://www.consul.io/) -
mollie.cr
Mollie Payments API client for Crystal http://www.mollie.com -
GDAX
๐ GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum. -
web_finger
A WebFinger (https://tools.ietf.org/html/rfc7033) client for Crystal. -
soundcloud-crystal
A library to access the SoundCloud API using Crystal -
bugsnag.cr
bugsnag exception notifier written in crystal. Supports sidekiq.cr, kemal, HTTP::Server. -
host_meta
A Web Host Metadata (https://tools.ietf.org/html/rfc6415) client for Crystal. -
fantasy_football_nerd_api
Crystal library for Fantasy Football Nerd API
Learn any GitHub repo in 59 seconds
Do you think we are missing an alternative of hunter.cr or a related project?
README
hunter.cr
A Crystal-Lang wrapper for Hunter.io API V2
Installation
- Add this to your application's
shard.yml
:
dependencies:
hunter:
github: arubinofaux/hunter.cr
- Run
shards install
Usage
Setup Work
require "hunter"
client = Hunter.new(api_key)
Domain Search
client.domain.search(domain: "intercom.io", type: "personal")
Email Finder
client.email.finder(domain: "asana.com", first_name: "Dustin", last_name: "Moskovitz")
Email Verifier
client.email.verifier(email: "[email protected]")
Email Count
client.email.count(domain: "intercom.io")
Account Information
client.account
Service Status
client.status
Todo
- [x] - Domain Search
- [x] - Email Finder
- [x] - Email Verifier
- [x] - Email Count
- [x] - Account Information
- [x] - Service Status
- [x] - Leads
- [x] - List all
- [x] - Retrieve
- [x] - Create
- [x] - Update
- [x] - Delete
- [x] - Leads Lists
- [x] - List all
- [x] - Retrieve
- [x] - Create
- [x] - Update
- [x] - Delete
Development
For development you will need API Credentials from Hunter.io
If you found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
Contributing
- Fork it (https://github.com/arubinofaux/hunter.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- arubinofaux - creator and maintainer
*Note that all licence references and agreements mentioned in the hunter.cr README section above
are relevant to that project's source code only.