https://github.com/cqllum/namecheap-domain-auction-scrape
Gathers a list of expiring domains on NameCheap auction, and gathers details based on if domains are potentially rare.
https://github.com/cqllum/namecheap-domain-auction-scrape
csv domain-scraper namecheap namecheap-domains nltk pandas python python-requests requests scraping-python
Last synced: 8 months ago
JSON representation
Gathers a list of expiring domains on NameCheap auction, and gathers details based on if domains are potentially rare.
- Host: GitHub
- URL: https://github.com/cqllum/namecheap-domain-auction-scrape
- Owner: cqllum
- Created: 2024-10-03T20:31:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T21:28:42.000Z (about 1 year ago)
- Last Synced: 2025-02-08T13:29:12.703Z (9 months ago)
- Topics: csv, domain-scraper, namecheap, namecheap-domains, nltk, pandas, python, python-requests, requests, scraping-python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Namecheap Domain Auction Scrape
Gathers a list of expiring domains on NameCheap auction, and gathers details based on if domains
are potentially rare.
## 🌟 Features
- ✍️ **Output to CSV**: Data is cleansed, sorted and massaged, then otuput to a CSV file
- 🔗 **Contains Namecheap Market URL**: Quickly place your next bid, using the namecheap direct bid URL
- ⏳ **Sorted based on expiration**: Focus on the nearest domains expiring
- 💰 **Valuable data massaging**: Domains are checked against an English word lists, domains exc TLD length - both useful for assessing value of domains
## 👋 Gallery

🚀 Usage
1. **Clone the repository**:
```bash
git clone https://github.com/cqllum/Namecheap-Domain-Auction-Scrape.git
cd Namecheap-Domain-Auction-Scrape
```
2. **Run the application**:
```bash
python namecheap_auction.py
```
The script contains a variable controller to filter on TLD
```allowed_tlds = {'com', 'net'} # Add other TLDs as needed``` - Will only show domains that are com or net in the otuput