{"id":50430763,"url":"https://github.com/ebowwa/dailydocupdates","last_synced_at":"2026-05-31T14:02:03.346Z","repository":{"id":336755484,"uuid":"1151008896","full_name":"ebowwa/dailydocupdates","owner":"ebowwa","description":"Daily scraped documentation from providers","archived":false,"fork":false,"pushed_at":"2026-05-30T20:26:04.000Z","size":8225,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T22:13:52.030Z","etag":null,"topics":["ai","claude","claudecode","coding","hft","kalshi","polymarket","rust"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ebowwa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T00:13:09.000Z","updated_at":"2026-05-30T20:26:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ebowwa/dailydocupdates","commit_stats":null,"previous_names":["ebowwa/claude-code-anthropic-docs","ebowwa/dailydocupdates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebowwa/dailydocupdates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebowwa%2Fdailydocupdates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebowwa%2Fdailydocupdates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebowwa%2Fdailydocupdates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebowwa%2Fdailydocupdates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebowwa","download_url":"https://codeload.github.com/ebowwa/dailydocupdates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebowwa%2Fdailydocupdates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33733754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claudecode","coding","hft","kalshi","polymarket","rust"],"created_at":"2026-05-31T14:02:02.510Z","updated_at":"2026-05-31T14:02:03.335Z","avatar_url":"https://github.com/ebowwa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Doc Updates\n\n\u003e Daily scraped documentation from Claude Code, Polymarket, Bun, and Rust.\n\n**Last Updated:** 2026-02-22\n\n---\n\n## Overview\n\nThis repository contains automatically generated documentation from daily scrapes:\n\n### Claude Code Docs\n- Full markdown documentation downloads from code.claude.com\n- GitHub repository commits and releases\n- Platform release notes\n\n### Polymarket Docs\n- API reference documentation\n- Trading guides and concepts\n- Market data and builders documentation\n\n### Bun Docs\n- Runtime API documentation\n- Bundler guides\n- Package manager references\n- Test runner documentation\n\n### Rust Docs\n- The Rust Programming Language Book\n- Downloaded from GitHub raw content\n- 20 chapters + appendices\n\n---\n\n## Automation\n\nThis repository is updated **daily at 12 noon PST** via GitHub Actions.\n\nThe automation:\n1. **Claude Code**: Downloads from [code.claude.com/docs](https://code.claude.com/docs)\n2. **Polymarket**: Scrapes [docs.polymarket.com](https://docs.polymarket.com)\n3. **Bun**: Scrapes [bun.sh/docs](https://bun.sh/docs)\n4. **Rust**: Downloads from [rust-lang/book](https://github.com/rust-lang/book)\n\n---\n\n## Structure\n\n```\ndailydocupdates/\n├── README.md              # This file\n├── docs/\n│   ├── claude/            # Claude Code documentation\n│   │   ├── getting-started/\n│   │   ├── features/\n│   │   ├── guides/\n│   │   └── reference/\n│   ├── polymarket/        # Polymarket documentation\n│   │   ├── api-reference/\n│   │   ├── trading/\n│   │   ├── market-data/\n│   │   └── builders/\n│   ├── bun/               # Bun documentation\n│   │   ├── runtime/\n│   │   ├── bundler/\n│   │   ├── guides/\n│   │   └── test-runner/\n│   └── rust/              # Rust Book\n│       ├── ch01-*.md\n│       ├── ch02-*.md\n│       └── appendix-*.md\n├── daily/                 # Daily generated updates\n│   ├── claude-code/\n│   ├── polymarket/\n│   ├── bun/\n│   └── rust/\n├── scripts/               # Automation scripts\n│   ├── scrape.ts          # Main orchestrator\n│   ├── base.ts            # Shared utilities\n│   └── sources/           # Source composables\n└── .github/\n    └── workflows/\n        └── daily.yml      # GitHub Actions workflow\n```\n\n---\n\n## Usage\n\n### Run the scraper manually\n\n```bash\nbun run scrape\n```\n\n### Browse documentation\n\n- **Claude Code**: `docs/claude/`\n- **Polymarket**: `docs/polymarket/`\n- **Bun**: `docs/bun/`\n- **Rust**: `docs/rust/`\n\n---\n\n## License\n\nThis documentation aggregates content from official resources.\nOriginal content is copyright their respective owners.\n\n---\n\n*Generated by automated daily scraping*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febowwa%2Fdailydocupdates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febowwa%2Fdailydocupdates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febowwa%2Fdailydocupdates/lists"}