Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudohikumar/redirect-finder

This is a small tool that can find the redirected URL for any website.
https://github.com/sudohikumar/redirect-finder

go golang

Last synced: 1 day ago
JSON representation

This is a small tool that can find the redirected URL for any website.

Awesome Lists containing this project

README

        

### ABOUT

This is a small tool which tries to find the redirect URLs of any URLs.
To run, user can run

```
$ go run main.go
```

For example,

```
$ go run main.go "https://bit.ly/3iBDOMM" "https://bit.ly/3wdOmWa" "https://bit.ly/3iBDOMM" "https://bit.ly/3wdOmWa"
```

This will give output as follows.

```
URL: https://bit.ly/3iBDOMM - Redirected URL: www.google.com
URL: https://bit.ly/3iBDOMM - Redirected URL: www.google.com
URL: https://bit.ly/3wdOmWa - Redirected URL: www.microsoft.com
URL: https://bit.ly/3wdOmWa - Redirected URL: www.microsoft.com
```