vaibhavmule / fetch

Get images and hyperlinks of any web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to fetch 👋

Get images and hyperlinks of any web page

Install

Make sure you have installed Python 3.6+ and PIP.

$ make

Usage

url = 'https://websiteopedia.com/instagram.com'
fetch(url)
# returns {'assets': [], link: []}

Run tests

$ make test

About

Get images and hyperlinks of any web page


Languages

Language:Python 97.8%Language:Makefile 2.2%