DedSecInside / DedSecInside/gotor
robots.txt + sitemap (clearnet) with opt-out for .onion
- Dominant language
- Go
- Stars
- 173
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
Respect robots.txt and leverage sitemaps for clearnet crawls, with an explicit override for Tor research.
## Motivation
- Follow industry norms by default
- Allow explicit override for onion space
## Scope
- Robots parse + cache per host
- Merge with allow/deny host rules
- `--ignore-robots` flag (default: false)
- Optional sitemap discovery as seeds
## Acceptance Criteria
- Known test sites are respected
- `--ignore-robots` bypasses checks when set
## Tasks
- [ ] Implement robots logic + cache
- [ ] Sitemap discovery (opt-in)
- [ ] Tests against public test robots
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.