Code Monkey home page Code Monkey logo

link-scraper-in-python's Introduction

Link-scraper-in-python

A Python script to scrap all links in a given website using requests and Beautiful soup

Detailed article

The detailed article on how to scrap all links in a given website can be found on my blog with an article titled How to extract all website link in Python.

Getting started

To get started exploring this code you might have to clone or download the repository just as shown below;

-> git clone https://github.com/Kalebu/Link-scraper-in-python
-> cd Link-scraper-in-python

Dependencies

To successfully run this code you're supposed to have requests and BeautifulSoup libary installed on your machine

-> pip install requests
-> pip install beautifulsoup4

Running

Now that we have everything already set up , lets run our code just as shown below;

Link-scraper-in-python -> python link_spider.py
Enter URL of the site : https://kalebujordan.com/
['#content', 'https://kalebujordan.com/', 'https://kalebujordan.com/', 'https://kalebujordan.com/category/projects/...]

Explore it

Now keep explore it by testing it with various input links to see what links it will scrap

Give it a star

Did you find this information useful, then give it a star

Credits

All the credits to kalebu

link-scraper-in-python's People

Contributors

kalebu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ricardocp96

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.