All Projects → tomiwaAdey → Nimrod

tomiwaAdey / Nimrod

Licence: MIT License
Nimrod is a lead generation bot that helps you find the emails of people you want to reach out to.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Nimrod

graphicsvg
Graphics library authored by Chris Schankula and Dr. Christopher Anand
Stars: ✭ 42 (+110%)
Mutual labels:  outreach
mta
Multi-Touch Attribution
Stars: ✭ 60 (+200%)
Mutual labels:  marketing
onex-utils
Web business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (+15%)
Mutual labels:  business
mautic-advanced-templates-bundle
Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc
Stars: ✭ 63 (+215%)
Mutual labels:  marketing
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (+5%)
Mutual labels:  business
Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+530%)
Mutual labels:  marketing
startup-marketing-checklist
A checklist of tactics for marketing your startup.
Stars: ✭ 5,214 (+25970%)
Mutual labels:  marketing
pytest-odoo
pytest plugin to run Odoo tests
Stars: ✭ 46 (+130%)
Mutual labels:  business
MetaHeac
This is an official implementation for "Learning to Expand Audience via Meta Hybrid Experts and Critics for Recommendation and Advertising"(KDD2021).
Stars: ✭ 36 (+80%)
Mutual labels:  marketing
python-for-data-and-media-communication-gitbook
An open source book on Python tailed for communication students with zero background
Stars: ✭ 99 (+395%)
Mutual labels:  marketing
django-gsheets
Django app for keeping models and google sheets synced
Stars: ✭ 50 (+150%)
Mutual labels:  marketing
SEO.Sitemaps
Search engine sitemaps.xml for EPiServer CMS
Stars: ✭ 22 (+10%)
Mutual labels:  marketing
startuptoolbox
The startup founder toolbelt. A forever-updating crowdsourced collection.
Stars: ✭ 146 (+630%)
Mutual labels:  marketing
RevBusinessCardGen
Easily Generate And Save Revolut Business Cards
Stars: ✭ 32 (+60%)
Mutual labels:  business
caller-lookup
Reverse Caller Id using TrueCaller
Stars: ✭ 55 (+175%)
Mutual labels:  marketing
open-hours
⏰ Hours of operation
Stars: ✭ 20 (+0%)
Mutual labels:  business
BrandGuide
Brand Guideline for the Ballerini Community
Stars: ✭ 31 (+55%)
Mutual labels:  marketing
tailwindcss-landing-gradients
A landing page made with tailwindcss and the new Gradient feature.
Stars: ✭ 41 (+105%)
Mutual labels:  marketing
mailcoach-support
Questions and support for Mailcoach
Stars: ✭ 32 (+60%)
Mutual labels:  marketing
jdg
Гайд-путеводитель по JDG (ИП) в Польше
Stars: ✭ 84 (+320%)
Mutual labels:  business

Welcome to Nimrod

Nimrod is a lead generation bot that helps you find the emails of people you want to reach out to.

You hand Nimrod a google spreadsheet with the details of your prospects, and it fills in their emails from several tools for you.

A more detailed explanation of Nimrod processes and how it works can be found here: http://www.scrappycabin.com/blogs/the-nimrod-recipe

In short, Nimrod turns this: Prospect spreadsheet

Into this: Completed prospect spreadsheet

##How does Nimrod do his job?

  • Nimrod starts at the spreadsheet, it signs into your google drive and opens the spreadsheet you’ve specified.
  • For every prospect in your spreadsheet, it gets their name and domain.
  • It visits several tools one-by-one, on your behalf, enters the name and domain in the tool and fills the spreadsheet with the email suggestion returned.
  • It continues until it has exhausted all the prospects in the spreadsheet.
  • It hands you a completed spreadsheet.
  • It stops and it’s eager to get more work.

Nimrod can work 24hrs a day every day, it doesn’t complain, it doesn’t make mistakes, and it doesn’t ask you for money.

Find out more about how Nimrod works here: http://www.scrappycabin.com/blogs/the-nimrod-recipe

Setup for non-techies

Follow the guide here.

Setup

  • To get started, get a list of prospects in a google spreadsheet. Click here to get a sample template. It’s important that you do not change the format of the columns
  • Clone this repo in a local folder

If you are using mac, you will already have ruby pre-installed on your machine

  • Run these commands in terminal:
gem install google_drive
brew install phantomjs
gem install watir-webdriver
  • If you don't have Homebrew installed, run:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

If you are using windows:

Now that the setup is done,

  • Navigate to the Nimrod folder and open it in your favourite code editor
  • Fill in your details in @your_config
  • The google spreadsheet keys can be found in the URL. It’s the alphanumeric keys between d/ and /edit in the URL
  • Open the gdrive_config.json file and enter your google client_id & client_secret. Follow this guide to get them
  • You’re good to go. Run:
ruby Nimrod.rb &

Would you like a web version of Nimrod?

It’ll look something like this: Prospect spreadsheet

Find out how to get it for free here.

Report a bug & Contact

If you'd like to report a bug, or if you have any questions or feedback, get in touch via [email protected].
Facebook Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].