https://github.com/d4vinci/adflyurlgrabber
A python script designed to grab the original url from an adfly url without opening it :D
https://github.com/d4vinci/adflyurlgrabber
adfly bypass python-script shorten-urls
Last synced: 6 months ago
JSON representation
A python script designed to grab the original url from an adfly url without opening it :D
- Host: GitHub
- URL: https://github.com/d4vinci/adflyurlgrabber
- Owner: D4Vinci
- License: gpl-3.0
- Created: 2016-08-17T13:38:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T20:01:47.000Z (over 8 years ago)
- Last Synced: 2025-04-06T03:55:47.783Z (6 months ago)
- Topics: adfly, bypass, python-script, shorten-urls
- Language: Python
- Size: 26.4 KB
- Stars: 57
- Watchers: 6
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdflyUrlGrabber
A python script designed to grab the original URL.
### Usage
```
python(3) AdflyURLGrabber.py
```#### Example
###### Input
```
python AdflyURLGrabber.py http://adf.ly/HmtTG
```###### Output
```
http://google.com
```