Aholynomic / web-crawler

A basic web crawler created in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-crawler

A basic web crawler created in Python 3 using the following libraries:

  • Requests
  • Beautiful Soup (bs4)
  • Argparse
  • Urllib

Example format: web_c.py -H host_to_be_crawled (https:(host)/)

About

A basic web crawler created in Python


Languages

Language:Python 100.0%