vrikodar / Snoop

Snoop can be used to expand shortened Links such as those from bit.ly etc.to their original form without actually visting them. right from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snoop

Snoop can be used to expand shortened Links such as those from bit.ly etc.. right from your terminal

Capture

Running

      $ sudo apt install git
      $ git clone https://github.com/SxNade/Snoop
      $ cd Snoop
      $ chmod +x Snoop
      
      $ ./Snoop

Capture

Feeding Links from terminal

      $ ./snoop <url-1> <url-2> <url-3> ........<url-n>

FROM FILE

Capture

      $ ./snoop --file <links file>

About

Snoop can be used to expand shortened Links such as those from bit.ly etc.to their original form without actually visting them. right from your terminal

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%