tldtosms

Notify yourself by SMS when new TLD becomes available


Keywords
telapi, sms, telephony, python, tld, domains, whois
License
MIT
Install
pip install tldtosms==0.1.0.7

Documentation

Welcome to TLD to SMS

TLD to SMS is a python package designed to help you with new TLDs. Package will send SMS message once new TLD becomes public to the destination number you provide. It can be any US or International number like your cell phone.

For those who don't know, TLD is Top-Level Domain. TLD is ".com, .net, .biz, .org, .us, ..."

Requirements

  • You need to have TelAPI account
  • You must install package ( obviously lol ) Python 2.6+

By GitHub clone

$ cd ~
$ git clone https://github.com/0x19/tldtosms.git
$ cd tldtosms
$ python setup.py install

By PIP

$ pip install tldtosms

Step by step installation

1.) Run the package installation

You can choose one of the approaches defined above.

2.) navigate yourself to examples

You can find them at TLD to SMS Examples

3.) Open run_on_demand.py example and modify following code

tts_connect = Connect(
    telapi_account_sid = 'account_sid',
    telapi_auth_token  = 'auth_token',
    from_address       = 'from_e164_number',
    to_address         = 'to_e164_number',
    cache_file         = '/full/path/to/tldtosms_cache.dat'
)
  • telapi_account_sid : Can be found at TelAPI Dashboard
  • telapi_auth_token : Can be found at TelAPI Dashboard
  • from_address : You need to own TelAPI Number
  • to_address : Your mobile phone number in E.164 format e.g. +1 555 555 5555
  • cache_file : Just path to .dat file where we can cache stuff out

4.) Save the example run_on_demand.py and run it

It's pretty easy to run the file now. Just do:

python run_on_demand.py

And that's it :) For more details about usage please wait for me or contact me by:

Need more info?

Create new Github ticket and I'll make sure it gets solved ASAP!

Contact

You can always reach me at few places :)

E-mail: nevio.vesic@gmail.com - Facebook: https://www.facebook.com/noxten - Linkedin: http://www.linkedin.com/in/neviovesic - Twitter: https://twitter.com/vesicnevio