Skip to content

hrbrmstr/webfinger-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

webfinger

Bare bones Rust WebFinger client.

cargo run --release acct:hrbrmstr@rud.is
    Finished release [optimized] target(s) in 0.05s
     Running `target/release/webfinger 'acct:hrbrmstr@rud.is'`


{"subject":"hrbrmstr@rud.is","aliases":["https:\/\/rud.is\/b\/author\/hrbrmstr\/","https:\/\/mastodon.social\/@hrbrmstr","https:\/\/mastodon.social\/users\/hrbrmstr","https:\/\/infosec.exchange\/@hrbrmstr","https:\/\/infosec.exchange\/users\/hrbrmstr"],"links":[{"rel":"self","type":"application\/activity+json","href":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"},{"rel":"http:\/\/webfinger.net\/rel\/profile-page","type":"text\/html","href":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}
cargo run --release -- --pretty acct:hrbrmstr@rud.is 
    Finished release [optimized] target(s) in 0.05s
     Running `target/release/webfinger --pretty 'acct:hrbrmstr@rud.is'`
{
  "subject": "hrbrmstr@rud.is",
  "aliases": [
    "https:\/\/rud.is\/b\/author\/hrbrmstr\/",
    "https:\/\/mastodon.social\/@hrbrmstr",
    "https:\/\/mastodon.social\/users\/hrbrmstr",
    "https:\/\/infosec.exchange\/@hrbrmstr",
    "https:\/\/infosec.exchange\/users\/hrbrmstr"
  ],
  "links": [
    {
      "rel": "self",
      "type": "application\/activity+json",
      "href": "https:\/\/rud.is\/b\/author\/hrbrmstr\/"
    },
    {
      "rel": "http:\/\/webfinger.net\/rel\/profile-page",
      "type": "text\/html",
      "href": "https:\/\/rud.is\/b\/author\/hrbrmstr\/"
    }
  ]
}

About

πŸ‘Œ πŸ¦€ Bare bones WebFinger CLI in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages