gersande / extracturls

Really simple python script to retrive all urls listed on a page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extracturls

To run this thing, go to the directory in the terminal:

  • pip install virtualenv // If not already installed
  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python extracturls.py

About

Really simple python script to retrive all urls listed on a page


Languages

Language:Python 100.0%