Skip to content
/ muffet Public
forked from raviqqe/muffet

Fast website link checker in Go

License

Notifications You must be signed in to change notification settings

shivjm/muffet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muffet

GitHub Action Codecov Go Report Card Docker License

demo

Muffet is a website link checker which scrapes and inspects all pages in a website recursively.

Features

  • Massive speed
  • High compatibility with web browsers
  • Pretty-printed/JSON outputs
  • Different tag support (a, img, link, script, etc)

Installation

go get -u github.com/raviqqe/muffet/v2

Homebrew

brew install muffet

Usage

muffet https://shady.bakery.hotland

For more information, see muffet --help.

Docker

docker run raviqqe/muffet https://shady.bakery.hotland

GitHub Action

Currently, we do not provide any official one. Feel free to create an issue if you want!

License

MIT

About

Fast website link checker in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%