| Crates.io | webmention |
| lib.rs | webmention |
| version | 0.6.0 |
| created_at | 2021-04-24 16:51:06.360438+00 |
| updated_at | 2024-08-13 12:43:03.146462+00 |
| description | Library and a CLI tool for sending and validation webmentions |
| homepage | https://marinintim.com/projects/webmention/ |
| repository | https://github.com/marinintim/webmention.git |
| max_upload_size | |
| id | 389022 |
| size | 86,443 |
This crate helps deal with Webmentions: sending, receiving, checking the validity.
If you have cargo installed, then you can easily get webmention by running
cargo install webmention --bin webmention --features="cli"
Or (if you want receiving functionality):
cargo install webmention --bin webmention --features="cli receive"
Send a webmention:
webmention send --from my_url --to other_url
Try to send webmentions for all linked URLs:
webmention send --from my_url
Start a receiver server:
webmention receive --domain my_domain
This project is dually licensed under Apache License, Version 2.0 and MIT license and maintained by marinintim.com.