{"id":49091006,"url":"https://github.com/pybash1/provoke","last_synced_at":"2026-04-20T18:41:02.509Z","repository":{"id":338081620,"uuid":"1153529469","full_name":"pybash1/provoke","owner":"pybash1","description":"the exclusive search engine","archived":false,"fork":false,"pushed_at":"2026-03-02T07:58:46.000Z","size":1311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T11:54:27.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pybash1.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-09T12:05:06.000Z","updated_at":"2026-03-02T07:58:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pybash1/provoke","commit_stats":null,"previous_names":["pybash1/provoke"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pybash1/provoke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fprovoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fprovoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fprovoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fprovoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pybash1","download_url":"https://codeload.github.com/pybash1/provoke/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pybash1%2Fprovoke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32060629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-20T18:41:01.613Z","updated_at":"2026-04-20T18:41:02.500Z","avatar_url":"https://github.com/pybash1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Provoke\n\nA specialized web crawler and search engine designed to index high-quality personal blog content while filtering out corporate marketing and low-quality noise.\n\n## Quick Start\n\n```bash\n# Run the web interface\nuv run python scripts/app.py\n\n# Crawl a URL\nuv run python scripts/crawler.py https://example.com/blog 2\n\n# Search from command line\nuv run python scripts/indexer.py \"your query\"\n\n# Train the ML classifier\nuv run python scripts/train_classifier.py --export --limit 1000\n# ... label data in data/to_label.csv ...\nuv run python scripts/train_classifier.py --train\n```\n\n## Documentation\n\nComprehensive documentation is in the `docs/` directory:\n\n- [WEB_INTERFACE.md](docs/WEB_INTERFACE.md) - Flask web app and admin dashboard\n- [CRAWLING_SYSTEM.md](docs/CRAWLING_SYSTEM.md) - Web crawler documentation\n- [SEARCH_ENGINE.md](docs/SEARCH_ENGINE.md) - Search implementation\n- [CONFIG.md](docs/CONFIG.md) - Configuration and quality logic\n- [ML_CLASSIFICATION.md](docs/ML_CLASSIFICATION.md) - ML classifier\n- [TRAINING_WORKFLOW.md](docs/TRAINING_WORKFLOW.md) - ML training workflow\n- [INDEX_MAINTENANCE.md](docs/INDEX_MAINTENANCE.md) - Database maintenance utilities\n\nSee [docs/README.md](docs/README.md) for full documentation index.\n\n## Project Structure\n\n```\nprovoke/               # Core application package\n├── config.py          # Central configuration and quality logic\n├── crawler.py         # Web crawling engine\n├── indexer.py         # Search engine\n├── ml/                # Machine learning components\n├── utils/             # Utility modules\n└── web/               # Flask web interface\n\nscripts/               # Executable scripts and utilities\n├── app.py             # Web interface entry point\n├── crawler.py         # Crawler entry point\n├── indexer.py         # Search entry point\n├── train_classifier.py # ML training entry point\n└── rerun_filters.py   # Database maintenance\n```\n\n## Requirements\n\n- Python \u003e= 3.9\n- Dependencies managed with `uv` (see `pyproject.toml`)\n\n## License\n\n[Add your license here]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybash1%2Fprovoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpybash1%2Fprovoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpybash1%2Fprovoke/lists"}