Lists ALL .se and .nu domains that will be released tonight.
🌐 View Live Results on GitHub Pages
- Complete Domain Listing: Shows ALL domains releasing tonight in Swedish TLDs (.se and .nu)
- Simple & Fast: No filtering, no checking - just a complete list
- GitHub Pages: Published static site with daily updates
- Web UI: Beautiful web interface to view all releasing domains
- Historical Reports: Tracks all scan results with CSV and JSON exports
- GitHub Actions Integration: Automated daily execution
# Install dependencies
pip install -r requirements.txt
# Start the web server
python app.pyThe web interface will be available at http://localhost:5000
- Dashboard: View ALL domains releasing tonight
- Domain Table: Sortable and searchable table of all domains
- Historical Reports: Browse and export past scan results
- Export: Download results as CSV or JSON
# List ALL domains releasing tonight (default)
python src/main.py
# List ALL domains releasing on a specific date
python src/main.py --date 2026-02-10
# Dry run (don't save reports)
python src/main.py --dry-run
# Test the drop list fetch
python src/main.py --test-fetchThe scanner performs a simple 2-step process:
- Fetch Drop Lists: Retrieves ALL domains releasing on target date from Internetstiftelsen (IIS) API
- Generate Reports: Creates CSV and JSON reports in the
/reportsdirectory
Edit config.py to customize:
REPORT_DIR: Output directory for reports (default:./reports)
The scanner runs automatically via GitHub Actions:
- Schedule: Daily to capture domains releasing tonight
- Manual Trigger: Use the "Run workflow" button in the Actions tab
- Auto-commit: Reports are automatically committed to the repository
The results are automatically published to GitHub Pages:
- Live Site: https://caceras.github.io/se-domain-snapback/
- Updates: Site rebuilds automatically after each daily scan
- Build Script:
build_static_site.pygenerates static HTML from JSON reports - Deployment:
.github/workflows/deploy-pages.ymlhandles the deployment
The static site includes:
- Latest scan results with statistics
- Sortable table of valuable domains
- Historical reports archive
- Download links for CSV and JSON data
domain,tld,release_date,available,indexed,estimated_pages,index_source,checked_at
example.se,se,2026-02-10,True,False,,,2026-02-09T07:00:00Z{
"generated_at": "2026-02-09T07:00:00Z",
"total_domains": 1,
"domains": [
{
"domain": "example.se",
"tld": "se",
"release_date": "2026-02-10",
"available": true,
"indexed": false,
"estimated_pages": null,
"index_source": null,
"checked_at": "2026-02-09T07:00:00Z"
}
]
}- Python 3.12+
- Dependencies listed in
requirements.txt:- requests
- flask
# Clone the repository
git clone https://github.com/Caceras/se-domain-snapback.git
cd se-domain-snapback
# Install dependencies
pip install -r requirements.txt
# Run the scanner
python src/main.py
# Or start the web UI
python app.pyThis project is for educational and research purposes.
- Domain Drop Lists: Internetstiftelsen (IIS) - https://data.internetstiftelsen.se/
- Search Engine Data: Google and Bing search indices