Hello! My name is Nimrod!

I help you find anyone's corporate and personal email address

Get Started



​​The Setup Instructions if you can install it yourself:

If you're using Mac:

  • Download Xcode from Apple Store. Apple’s XCode development software is used to build Mac and iOS apps, but it also includes the tools you need to compile software for use on your Mac.
  • Open up your command line by searching for “terminal”. The next steps mostly require you to copy the commands, paste them into your Terminal, and press enter. 
  • Install Homebrew and follow the instructions (You’ll see messages in the Terminal/CMD explaining what you need to do to complete the installation process.):
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • To verify your installation, enter the following: 
    brew -v
  • Approximated result:
    Homebrew 0.9.X
  • Install Node and NPM on your system: 
    brew install node
  • To verify your installation, enter:
    node -v
  • Then:
    npm -v
  • You should see the version number of both Node and NPM. 

If you're using Windows:

  • Download the Windows installer from the Nodes.js® website.
  • Run the installer 
  • Once installed,  Restart your computer. 

Let's move on now we have Node and NPM installed:

  • Navigate to the NimrodHunter folder. 
  • If you're on windows enter: 
    cd \Desktop\NimrodHunter
  • If you're on Mac enter: 
    cd Desktop/nimrodHunter
  • Create an account on Heroku. Heroku is a flexible cloud platform developers use to deploy their app. This basically means a server where your app lives.
  • You might be asked to enter your credit card, but don't worry. We're going to use what Heroku calls a free dyno. This is perfect for us as we don't need a database to store information. This means that we can use it for free, forever!
  • Nice heh? 
  • Once you've created an account, download the Heroku Command Line Interface (CLI) here: https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up. Follow the steps on that page. Don't move to the next page, just follow the instructions on that page alone
  • Don't forget to install Git: https://git-scm.com/downloads (The last step in the guide above)
  • Now back to the Terminal/CMD, make sure you're in the NimrodHunter folder, type:
     git add . 
  • Then: 
     git commit -m"Ready to launch"
  • Once completed, create an app on Heroku with
    heroku create
  • Now deploy your code:
    git push heroku master
  • The application is now deployed. Ensure that at least one instance of the app is running: 
    heroku ps:scale web=1
  • All done, now see your own live app for finding emails by typing:
    heroku open

Don't hesitate to contact me on Twitter or by email (tomiwa@scrappycabin.com) if you have any questions. 

 

Do you want me to personally set up the software for you (concierge package)? Which includes benefits like:

  1. A pro version of Nimrod Hunter that finds personal email addresses as well as work email address ( basic version only finds work email address)
  2. I'll personally set it up and install the software for you so you don't have to worry about messing with code 
  3. Find email addresses from a twitter username
  4. Free hosting forever so you never have to pay for finding emails ever again
  5. Your own custom branding so the tool looks like an extension of your own brand.
  6. Your own custom domain so you have easy access to the tool on the web.
  7. Unlimited email support. 

All these for just a one-off fee of $497 (including setup and software). Click here to get started.