Git Product home page Git Product logo

dropfilter-cli's Introduction

Dropcatching Filter

The script programmatically downloads the next day's expiring list from Namejet's website and parses it. It then filters the entire list in mere seconds based on the criteria you specify in the config.json file.

If running on a timer of some sort, please set the script to run AFTER 7:00 AM PST because the next day's list is not available until that time the day before.

Installation

  1. Download the Python 3.6.x+ installer from python.org/downloads
  2. Run the installer, but please make sure to tick the box labeled "Add Python to environment variables". It is unchecked by default. This is important!
  3. Open Terminal (Mac/Linux) or Command Prompt (Windows) and type the following command to let the terminal know where the script files are located. Replace [file path] with the full path to the directory containing the files: cd [file path]
  4. Run the following command: pip3 install -r requirements.txt

Usage

The above installation steps only need to be run once. Now every time you want to run this utility, you simply run the following command: python main.py (if that doesn't work, try replacing python in that command with python3)

If executed correctly, you will see domains being output according to your criteria and they will also be saved to a file in the results directory with the name formatted like so results_MM-DD-YYYY.txt

Sample Configuration File config.json

{
  "maxDomainLength": 10,
  "keywords": [
    "minecraft",
    "coin",
    "craft",
    "tech",
    "pvp"
  ],
  "tlds": [
    "com",
    "net",
    "org",
    "io",
    "co"
  ]
}

Published a thread about this program on NamePros.

You can also generate a properly formatted configuration for this tool or the newly created !filter bot command that you can use in the Domaincord Discord community using the following tool: https://domaincord.com/dropfilter/config

If this helped you, tips are greatly appreciated!

https://paypal.me/croc

https://cash.me/$croc

dropfilter-cli's People

Contributors

3x avatar crock avatar kvcvc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dropfilter-cli's Issues

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.