https://github.com/raviqqe/muffet
Fast website link checker in Go
https://github.com/raviqqe/muffet
golang linter website
Last synced: 16 days ago
JSON representation
Fast website link checker in Go
- Host: GitHub
- URL: https://github.com/raviqqe/muffet
- Owner: raviqqe
- License: mit
- Created: 2018-04-19T21:43:49.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T16:14:22.000Z (17 days ago)
- Last Synced: 2025-05-13T00:12:10.037Z (16 days ago)
- Topics: golang, linter, website
- Language: Go
- Homepage: https://raviqqe.com/muffet
- Size: 1.7 MB
- Stars: 2,560
- Watchers: 19
- Forks: 103
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
- awesome-go-plus - muffet - Fast website link checker in Go, see [alternatives](https://github.com/lycheeverse/lychee#features).  (Continuous Integration / Standard CLI)
- awesome-repositories - raviqqe/muffet - Fast website link checker in Go (Go)
- awesome-go - muffet - Fast website link checker in Go, see [alternatives](https://github.com/lycheeverse/lychee#features). (Continuous Integration / Standard CLI)
- go-awesome - Muffet - Website link checker (Open source library / Crawlers)
- awesome-list - muffet
- awesome-go - muffet - Fast website link checker in Go, see [alternatives](https://github.com/lycheeverse/lychee#features). Stars:`2.6K`. (Continuous Integration / Standard CLI)
- trackawesomelist - muffet (⭐2.5k) - Fast website link checker in Go, see [alternatives (⭐2k)](https://github.com/lycheeverse/lychee#features). (Recently Updated / [Sep 15, 2024](/content/2024/09/15/README.md))
- awesome-go-with-stars - muffet - Fast website link checker in Go, see <code> 2693</code> [alternatives](https://github.com/lycheeverse/lychee#features). (Continuous Integration / Standard CLI)
- awesome-go - muffet - Fast website link checker in Go, see [alternatives](https://github.com/lycheeverse/lychee#features). (Continuous Integration / Standard CLI)
- awesome-go-cn - muffet
- awesome-go-plus - muffet - Fast website link checker in Go, see [alternatives](https://github.com/lycheeverse/lychee#features).  (Continuous Integration / Standard CLI)
- fucking-awesome-go - muffet - Fast website link checker in Go, see <b><code> 2567⭐</code></b> <b><code> 157🍴</code></b> [alternatives](https://github.com/lycheeverse/lychee#features)). (Continuous Integration / Standard CLI)
README
# Muffet
[](https://github.com/raviqqe/muffet/actions)
[](https://codecov.io/gh/raviqqe/muffet)
[](https://goreportcard.com/report/github.com/raviqqe/muffet)
[](https://hub.docker.com/r/raviqqe/muffet)
[](https://github.com/raviqqe/muffet/blob/main/LICENSE)
Muffet is a website link checker which scrapes and inspects all pages in a website recursively.
## Features
- Massive speed
- High compatibility with web browsers
- Different tag support (`a`, `img`, `link`, `script`, etc)
- Multiple output formats (text, JSON, and JUnit XML)## Install
```sh
go install github.com/raviqqe/muffet/v2@latest
```For more information, see [the install page](https://raviqqe.github.io/muffet/install).
## Usage
```sh
muffet https://shady.bakery.hotland
```For more information including usage on Docker and GitHub Actions, see [the usage page](https://raviqqe.github.io/muffet/usage).
## License
[MIT](https://github.com/raviqqe/muffet/blob/main/LICENSE)