spider-rs / spider

A web crawler and scraper for Rust
https://spider.cloud
MIT License
1.16k stars 100 forks source link

Publish spider CLI binaries #217

Open alexkreidler opened 1 month ago

alexkreidler commented 1 month ago

Publishing binaries on Github releases would save people from having to build the CLI, which can take a while especially on low-resource devices. Then they can install with cargo-binstall: cargo binstall spider_cli, or by curling the Github releases URL.

A Github action to run cargo build and publish would be pretty quick to setup and very useful. Thanks for an awesome project!

asymmetric1947 commented 1 month ago

+1 for this, would help a lot with deployment, especially since it's just a GitHub setting that could be set once and then left alone to run automatically going forward

github-actions[bot] commented 4 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.