fingerw
get useful data from e-mail addresses
Install
- All systems
-
curl cmd.cat/fingerw.sh
- Debian
-
apt-get install libwww-finger-perl
- Ubuntu
-
apt-get install libwww-finger-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libwww-finger-perl
- Raspbian
-
apt-get install libwww-finger-perl
- Dockerfile
- dockerfile.run/fingerw
libwww-finger-perl
get useful data from e-mail addresses
This module is *not* an implementation of the finger protocol (RFC 1288). Use Net::Finger for that. Instead it is a set of implementations of *other* methods for getting information from an e-mail address, or e-mail-like identifier. This package includes four such implementations, and it's pretty easy to create your own additional implementations: * WebFinger * Fingerpoint * cpan.org scraper (for [email protected]) * Unnamed finger protocol described on bitworking.org Only the first two implementations are enabled by default. See "IMPLEMENTATIONS" on how to enable others, and for more details.