An open API service indexing awesome lists of open source software.

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.

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