https://github.com/pluto/how-many-sxg-sites
scraper: how many websites use cloudflare sxg?
https://github.com/pluto/how-many-sxg-sites
Last synced: about 1 year ago
JSON representation
scraper: how many websites use cloudflare sxg?
- Host: GitHub
- URL: https://github.com/pluto/how-many-sxg-sites
- Owner: pluto
- Created: 2024-10-30T17:22:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T16:50:14.000Z (over 1 year ago)
- Last Synced: 2024-11-29T05:46:49.259Z (over 1 year ago)
- Language: Go
- Size: 5.15 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
how many sxg sites?
how many of the top million sites use cloudflare sxg
- Top million domain ranking obtained from [cloudflare](https://radar.cloudflare.com/domains).
- `dump-signedexchange` obtained from [webpackage](https://github.com/WICG/webpackage/blob/main/go/signedexchange/cmd/dump-signedexchange/main.go)
Usage:
```sh
# this will run for awhile, several minutes
go run main.go
# prints the number of sites using SXG plus 1
ls -l results | wc -l
```