https://github.com/fernandod1/domaines-backorder
Live monitoring .ES domains expiration and execute domain backorder as soon as expired. Notify spanish domains (.ES) expiration.
https://github.com/fernandod1/domaines-backorder
backorders domain domain-es domain-name domain-name-detection domain-name-search domains domainscan expiration expiration-control expire-domain expire-monitor expired expired-domain expired-domain-es expired-domains python python-script python3 spanish-domain
Last synced: 20 days ago
JSON representation
Live monitoring .ES domains expiration and execute domain backorder as soon as expired. Notify spanish domains (.ES) expiration.
- Host: GitHub
- URL: https://github.com/fernandod1/domaines-backorder
- Owner: fernandod1
- License: other
- Created: 2019-09-17T00:50:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T20:14:57.000Z (over 4 years ago)
- Last Synced: 2025-04-07T13:37:09.418Z (about 2 months ago)
- Topics: backorders, domain, domain-es, domain-name, domain-name-detection, domain-name-search, domains, domainscan, expiration, expiration-control, expire-domain, expire-monitor, expired, expired-domain, expired-domain-es, expired-domains, python, python-script, python3, spanish-domain
- Language: Python
- Homepage: https://www.fernando.info
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domain .ES backorder
Live monitoring .ES domains expiration and execute domain backorder as soon as expired. Notify spanish domains (.ES) expiration.
Examples usage:
You can install linux command "watch" to monitor domain .es status every 0.5 seconds for example:
watch -n 0.5 -d -g ./check_availability.py domain_I_want.es
and inside check_availability.py script, fill line number 37 to indicate shell command to execute as soon as domain becomes AVAILABLE. For example, you can use registrants API to register domain instantly (domain backorder) & catch it!
REQUIREMENTS:
Python v3
Module bs4
Module lxml
USAGE COMMAND:python check_availability.py domain_I_want.es
COLLABORATIONS:
Collaborations to improve script are always welcome.