10000 GitHub - choclo/nicl_grabber: Checks if a domain is available and if so, sends an email letting you know :)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

choclo/nicl_grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nic.cl Domain Checker

What it does?

This is a very rustic implementation of an automatic domain checker. This script with the help of your friend, the linux cron, it will help you get the domain you want in case it expires. It will send you an email if the domain becomes available so you can grab it ASAP!

Note:

  • In order to send emails you will need to have a fully working SMTP server (which in this case, is on the same server as the script).
  • You will need to have the cron service working for the script to run at xx hour or every xx hours.

How to use it

If you are here, most likely you know how cron runs and how to edit a script. So make sure to change the following fields at the beginning of the file:

sender_name = "Whatever Name"
sender_email = "Whatever Email"
recipient_name = "Recipient's Name"
recipient_email = "Recipient's Email"

You will need to pass the domains you want to check as arguments:

# ruby chkdomain.rb domainone.cl domaintwo.cl

That should do it. If you run into issues open a ticket or can improve the code (I'm a ruby beginner after all) submit a pull request.

About

Checks if a domain is available and if so, sends an email letting you know :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0