Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

This program is designed to find interesting domains from a text list. The program uses Ovh to determine whether a domain is available or not.

License

Notifications You must be signed in to change notification settings

Liam-Nothing/Domaine-name-generator

Repository files navigation

==================================================
OVH add a challenge to block the scraping.
The program is no longer functional.
==================================================

Domaine name generator with OVH

  • Description :

    This program is designed to find interesting domains from a text list. The program uses Ovh to determine whether a domain is available or not. It utilizes async functions and data scraping with chromedriver.exe.

  • Requirements :

    • Python 3
    • Chrome
  • Install :

    • Install requirements.txt : pip install -r requirements.txt
  • How to use :

    • Fill prefix of words list in _prefix.txt
    • Fill word list in _words.txt
    • Fill top-level domain in _top_level_domains.txt
    • Run python domain_name_generator_and_tester.py _prefix.txt _words.txt _top_level_domains.txt
  • Troubleshooting :

    • If you have this error :
        ====== WebDriver manager ======
        Current google-chrome version is 116.0.5845
        Get LATEST chromedriver version for 116.0.5845 google-chrome
        Traceback (most recent call last):
          File "X:\XXX\domain_name_generator_and_tester.py", line 48, in <module>
      
      • pip install --upgrade webdriver_manager

About

This program is designed to find interesting domains from a text list. The program uses Ovh to determine whether a domain is available or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages