Skip to content

Instantly share code, notes, and snippets.

View nrobertio's full-sized avatar
🎯
Focusing

Robert Niyonzima nrobertio

🎯
Focusing
View GitHub Profile
@SharadKumar97
SharadKumar97 / url_spidy.py
Last active December 29, 2020 07:56
This script will fetch out all the hyperlinks from particular website.
#########################################
#This script is made for Tutorialspoint.#
#This will fetch all the url's of targe.#
#website. #
#Usage - #
# ./url_spidy.py target_address #
# #
#########################################
import urllib2
from bs4 import BeautifulSoup