How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Fast website link checker in Go
The main features of raviqqe/muffet are: Continuous Integration, Web Crawlers.
Projects with overlapping indexed features include: amirgamil/apollo — A Unix-style personal search engine and web crawler for your digital footprint. antchfx/antch — Antch, a fast, powerful and extensible web crawling & scraping framework for Go. appimagecrafters/build-appimage-action — Create an AppImage using appimage-builder. Check the appimage-builder documentation for more details about writing the… argoproj/argo-cd — Argo CD is a declarative, GitOps-based continuous delivery tool designed for Kubernetes. It functions as a centralized… binance/binance-spot-api-docs — This project provides technical documentation and reference guides for spot trading, including specifications for… ada-actions/toolchain — Basic: ``yaml steps: - uses: actions/checkout@master - uses: ada-actions/toolchain@dev with: distrib: fsf target:…
A Unix-style personal search engine and web crawler for your digital footprint.
Antch, a fast, powerful and extensible web crawling & scraping framework for Go
Create an AppImage using appimage-builder. Check the appimage-builder documentation for more details about writing the recipe files.
Basic: `yaml steps: - uses: actions/checkout@master - uses: ada-actions/toolchain@dev with: distrib: fsf target: native - run: gprbuild hello - uses: ada-actions/toolchain@dev with: distrib: community target: arm-elf - run: gprbuild --target=arm-eabi --RTS=zfp-microbit hello `