All Projects → jemmaissroff → Find_github_email

jemmaissroff / Find_github_email

The warmest start to a cold email

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Find github email

Ost2pst
OST2PST - converts Outlook OST files to PST format
Stars: ✭ 46 (-36.11%)
Mutual labels:  email
Mailer
A lightweight PHP SMTP mail sender
Stars: ✭ 53 (-26.39%)
Mutual labels:  email
Sendgrid Python
The Official Twilio SendGrid Led, Community Driven Python API Library
Stars: ✭ 1,125 (+1462.5%)
Mutual labels:  email
Weeklypedia
A weekly email update of all the most popular wikipedia articles
Stars: ✭ 50 (-30.56%)
Mutual labels:  email
Imapcopy
Recursively copy all e-mail messages and folders from one IMAP account to another.
Stars: ✭ 52 (-27.78%)
Mutual labels:  email
Mail4delphi
Mail4Delphi uses the Indy component to send the email.
Stars: ✭ 60 (-16.67%)
Mutual labels:  email
Brazilian Utils
Utils library for specific Brazilian businesses
Stars: ✭ 1,023 (+1320.83%)
Mutual labels:  email
Usaddress
🇺🇸 a python library for parsing unstructured address strings into address components
Stars: ✭ 1,165 (+1518.06%)
Mutual labels:  address
Mailjet Apiv3 Java
[API v3] Mailjet Java API Wrapper
Stars: ✭ 53 (-26.39%)
Mutual labels:  email
Osint Tools
OSINT tools catalog
Stars: ✭ 62 (-13.89%)
Mutual labels:  email
Niceemail
👷 一个简单易用的最小邮件发送库,支持注解。
Stars: ✭ 51 (-29.17%)
Mutual labels:  email
React Native Email
📮 Send a email using the Linking API
Stars: ✭ 52 (-27.78%)
Mutual labels:  email
Django Anymail
Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, Sendinblue, SparkPost and more
Stars: ✭ 1,109 (+1440.28%)
Mutual labels:  email
Mailerlite Api V2 Php Sdk
Official PHP wrapper for MailerLite HTTP API v2
Stars: ✭ 50 (-30.56%)
Mutual labels:  email
Mautic Rss To Email Bundle
Mautic plugin to send emails from RSS
Stars: ✭ 69 (-4.17%)
Mutual labels:  email
Nativescript Email
✉️ NativeScript plugin for opening draft e-mails
Stars: ✭ 45 (-37.5%)
Mutual labels:  email
Gmime
A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
Stars: ✭ 57 (-20.83%)
Mutual labels:  email
Nowshowing
Generates an email and web page of Plex recently added content
Stars: ✭ 70 (-2.78%)
Mutual labels:  email
Email Templates
A collection of email templates coded in MJML
Stars: ✭ 69 (-4.17%)
Mutual labels:  email
Nova Custom Email Sender
A Laravel Nova tool that sends ad-hoc email messages from the dashboard.
Stars: ✭ 62 (-13.89%)
Mutual labels:  email

Find GitHub Email

Tests security License: MIT Gem Version Gem Downloads

☀️ The warmest start to a cold email ❄️

Find GitHub Email allows you to find any GitHub user's email addresses based on their commit history and GitHub profile.

Check out this post for a little more background on the gem.

⏬ Installation

$ gem install find_github_email

Find Github Email uses GitHub's API. In order to use Find GitHub Email, you need a GitHub API token 🔑. Fortunately, these are very easy to obtain:

  1. 👩‍💻 Visit https://github.com/settings/tokens/new
  2. ✍️ Label the token whatever you would like
  3. ✔️ Select the read:user box within the user section
  4. 🟩 Click the green Generate Token button
  5. 📝 Copy your token

Once you have your API token, in a console run

$ find_github_email -g <GITHUB_API_TOKEN>

You will only need to run this command once 🎉. It will store your API token at ~/.find_github_email_access_token, and the gem will always look for it at that location.

📬 Usage

After you've followed the installation instructions, you can run:

$ find_github_email <USERNAME>

For example:

$ find_github_email torvalds
[email protected]

👩‍💻 Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jemmaissroff/find_github_email. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

📃 License

The gem is available as open source under the terms of the MIT License.

♥️ Code of Conduct

Everyone interacting in Find GitHub Email's codebase is expected to follow the code of conduct.

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].