Skip to content

malgorzata-kozera/Web-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Web Crawler - General info

This is a simple function which that takes a site URL as an argument and creates a mapping of that domain as a Python dictionary.

Technologies:

-Python 3.7

Modules, packages and libraries:

  • requests
  • BeautifulSoup
  • sys

Start-up:

To run this project, install it locally using for example cmd:

pip install bs4

You can run the script in terminal:

python web_crawler.py

Web Crawler - General info

Python Internship Tasks 2. General task was to write a Python function which takes a site URL as an argument and creates a mapping of that domain as a Python dictionary.

Technologies:

-Python 3.7

Modules, packages and libraries:

  • requests
  • BeautifulSoup
  • sys

Start-up:

To run this project, install it locally using for example cmd:

pip install bs4

You can run the script in terminal:

python web_crawler.py

About

Python Internship Tasks 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages