Coder Social home page Coder Social logo

ailigat0r / domainshunter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 KB

The project is designed to get domains from reg.ru

Home Page: https://reg.ru

Python 100.00%
cybersquatting domains tld tlds registered regru availability availability-domains availability-checker

domainshunter's Introduction

Domains Hunter

The project is designed to get domains from reg.ru

Selecting a domain name by keywords (.ru, .su, .org, .info):

Method of the DomainsHunter .search_keyword class:

Arguments:
  • keyword - the main keyword, for example, "home" or "domain". Required field.
  • category - (=False - search_trends, =True - all) the category of names to be selected. 'search_trends' โ€” search trends, 'all' โ€” everything.

Example:

from DomainsHunter import DomainsHunter as dh

results = dh.search_keyword("testdomainsearch", category=False)
print(results)

Out:

['Testdomainsearch.ru', 'Testdomainsearch.su', 'Testdomainsearch.org', 'Testdomainsearch.info']

List of exempt domains:

Method of the DomainsHunter .get_deleted class:

Arguments:
  • date - date of domain deletion, starting from which to include domains in the resulting list. Date format: 'YYYY-MM-DD'. By default, it is equal to the last date of domain deletion.
  • pr - it is Yandex TIC (pr>=yandex_tic) or Google PR (pr>=google_pr)
  • len_domain - domain length (3<=len_domain)

Example:

from DomainsHunter import DomainsHunter as dh

results = dh.get_deleted(date="2022-05-05", pr=1000, len_domain=7)
print(results)

Out:

[{'date_delete': '2022-05-06', 'domain_name': 'calls24.ru', 'first_create_date': '2009-04-03', 'google_pr': 0, 'registered': 'NOT REGISTERED', 'yandex_tic': 1800},
 {'date_delete': '2022-05-06', 'domain_name': 'soviki.ru', 'first_create_date': '2011-04-04', 'google_pr': 0, 'registered': 'NOT REGISTERED', 'yandex_tic': 3000}]

Checking the availability of the domain:

Method of the DomainsHunter .check_availability class:

Arguments:
  • domains - list of domains to check

Example:

from DomainsHunter import DomainsHunter as dh

results = dh.check_availability(["itistestdomain.ru", "itisjusttestdomain.org"])
print(results)

Out:

['itistestdomain.ru', 'itisjusttestdomain.org']

If the output is not empty, then the domains are free.

domainshunter's People

Watchers

 avatar

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.