{"id":19692647,"url":"https://github.com/rwxd/new-newt","last_synced_at":"2025-06-19T07:41:50.175Z","repository":{"id":39742356,"uuid":"443590488","full_name":"rwxd/new-newt","owner":"rwxd","description":"Domain Availability Checker with Redis Backend.","archived":false,"fork":false,"pushed_at":"2025-04-08T14:27:27.000Z","size":80,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-26T20:13:17.444Z","etag":null,"topics":["availability","domain","go","redis","whois"],"latest_commit_sha":null,"homepage":"https://rwxd.github.io/new-newt/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-01T17:38:59.000Z","updated_at":"2023-03-26T06:44:24.000Z","dependencies_parsed_at":"2022-09-20T10:55:07.389Z","dependency_job_id":"d1d97040-7708-435d-ab67-536b66ac6b41","html_url":"https://github.com/rwxd/new-newt","commit_stats":{"total_commits":23,"total_committers":4,"mean_commits":5.75,"dds":"0.34782608695652173","last_synced_commit":"af7c620f989a661c2dc41729941f49be7ca9945a"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fnew-newt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fnew-newt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fnew-newt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxd%2Fnew-newt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwxd","download_url":"https://codeload.github.com/rwxd/new-newt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251473302,"owners_count":21595035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["availability","domain","go","redis","whois"],"created_at":"2024-11-11T19:13:59.669Z","updated_at":"2025-04-29T09:31:29.580Z","avatar_url":"https://github.com/rwxd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# new-newt\n\nDomain availability checker\n\n## Usage\n\n### docker-compose\n\n```yaml\nversion: \"3.9\"\nservices:\n  redis:\n    image: redis:alpine\n    volumes:\n      - ./data/redis/:/data\n    ports:\n      - 6379:6379\n\n  new-newt-crawler:\n    build:\n      dockerfile: Dockerfile\n    command: crawler\n    env_file:\n      - ./.env\n    depends_on:\n      - redis\n\n  new-newt-web:\n    build:\n      context: ./\n      dockerfile: Dockerfile\n    command: web\n    env_file:\n      - ./.env\n    ports:\n      - 8080:8080\n    depends_on:\n      - redis\n\n```\n\n### add domains\n\n#### single domain\n\n```bash\ndocker-compose exec new-newt-crawler new-newt add example.de\n```\n\nTo delete the domain again use:\n\n```bash\ndocker-compose exec new-newt-crawler new-newt delete example.de\n```\n\n#### bulk import\n\n`./example-domains.txt`\n\n```text\ndomain.de\ndomain1.de\ndomain2.de\ndomain3.de\ndomain4.de\n```\n\n```bash\ndocker cp example-domains.txt new-newt_new-newt-crawler_1:./example-domains.txt\ndocker-compose exec new-newt-crawler new-newt import file example-domains.txt\n```\n\n## clear\n\nclear all domains\n\n```bash\ndocker-compose exec new-newt-crawler clear\n```\n\n## Development\n\n### Make Targets\n\n```bash\nbuild                          Build the binary file\nbuild-docker                   build docker image\nclean                          Remove previous build\ndep                            get the dependencies\nrun-docker                     run project\ntest                           test go code\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxd%2Fnew-newt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwxd%2Fnew-newt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxd%2Fnew-newt/lists"}