https://github.com/arvid-berndtsson/domain-availability-checker
A simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.
https://github.com/arvid-berndtsson/domain-availability-checker
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
Domain Availability Checker
This is a simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.
Setup
- Create a new Cloudflare account and set up a new worker.
- Set up a Discord webhook and add the webhook URL to the worker.
- Add the domains you want to check to the
DOMAIN_LISTvariable in the worker. - Deploy the worker.
Environment Variables
DISCORD_WEBHOOK_URL: The URL of the Discord webhook.DOMAINS: A comma-separated list of domains to check.
Set the variable in the worker's environment variables. Use the wrangler secret put command to set the secret.
bash
wrangler secret put DISCORD_WEBHOOK_URL
wrangler secret put DOMAINS
Local Environment Variables
Create a .dev.vars file in the root of the project and add the following variables:
bash
DISCORD_WEBHOOK_URL=your_webhook_here
DOMAINS="your_domains_here,your_domains_here,your_domains_here"
DNS Response Codes
- 0 = NOERROR: Domain exists
- 1 = FORMERR: Format error
- 2 = SERVFAIL: Server failed
- 3 = NXDOMAIN: Domain does not exist (available)
- 4 = NOTIMP: Not implemented
- 5 = REFUSED: Query refused
Owner
- Name: Arvid Berndtsson
- Login: arvid-berndtsson
- Kind: user
- Location: Sweden
- Company: @LimeTip
- Website: https://arvidberndtsson.com
- Repositories: 1
- Profile: https://github.com/arvid-berndtsson
Based in Malmö, Sweden, I specialize in software development and digital sustainability. Founder of @LimeTip and Co-Founder of @merely-emissions
GitHub Events
Total
- Watch event: 1
- Delete event: 3
- Push event: 7
- Pull request review event: 5
- Pull request event: 12
- Create event: 7
Last Year
- Watch event: 1
- Delete event: 3
- Push event: 7
- Pull request review event: 5
- Pull request event: 12
- Create event: 7
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Arvid Berndtsson | 1****n | 4 |
| dependabot[bot] | 4****] | 3 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 11
Past Year
- Issues: 0
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 11
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (10)