Skip to content

Extract the email address of an archive.org item uploader.

Notifications You must be signed in to change notification settings

ax-mz/archiveToMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

📧 archiveToMail (atm)

Submit the identifier of an archive.org item. Script extracts the uploader's email address from its metadata and displays it in terminal.

💡 Prerequisite

  • jq
    • sudo apt install jq
    • sudo dnf install jq
    • sudo pacman -S jq

🛠️ Installation

git clone https://github.com/ax-mz/archiveToMail.git
cd archiveToMail/
chmod +x atm.sh

💻 Usage

./atm.sh [IDENTIFIER]

ℹ️ How to find the identifier ?

The unique identifier of an item can be found in the URL.
For https://archive.org/details/gandi, the identifier is gandi
For https://archive.org/details/scpo_colo0054/mode/1up, the identifier is scpo_colo0054

👀 Example

user@machine:~/archiveToMail$ ./atm.sh gandi
indianturism@gmail.com
user@machine:~/archiveToMail$ 

with alias:

user@machine:~$ atm scpo_colo0054
numerisation.bib@sciencespo.fr
user@machine:~$ 

About

Extract the email address of an archive.org item uploader.

Topics

Resources

Stars

Watchers

Forks

Languages