Git Product home page Git Product logo

domainchecker's Introduction

Domain Checker

Export keyword ideas from Google's Ad Planner and check for availability. This command line tool goes through the second column of the exported CSV file and concatenates the keywords like so: your keyword becomes yourkeyword and your-keyword. Single words of course only get checked once.

The script then checks for domain availability like so: yourkeyword.com, yourkeyword.net, yourkeyword.org, yourkeyword.info and then the second class citizens of the interwebz your-keyword.com, your-keyword.net, your-keyword.org, your-keyword.info and writes the results to your specified output file.

If the list contains keywords with special chars like &/$%@# they get written to a file called ignored.txt and skipped by the script to avoid errors. That way you can manually review them and make further decisions.

The script should write to CSV even if it runs into an issue.

Why?

Geeks vs. Mortals

Usage

Run the script from your command line:

$ git clone [email protected]:heyalexej/domainchecker.git
$ pip install -r requirements.txt
$ python domainchecker.py -i inputfile.csv -o outputfile.csv

Easy, ha?

Todo

  • Add exception handling
  • Write on error
  • Resume after error.
  • Add recognition of single keywords.

Known Issues

  • Sometimes 304 errors!? from API
  • Sometimes false positives.

Author

Twitter: @heyalexej

GitHub: github.com/heyalexej

License: Do whatever the fuck you want!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.