Skip to content

yu-tzi/simple-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Scraper

This project is developed using Python 3 and Django 5. It allows users to input a URL, and it will scrapes the website's content, and return the text within <p> tags.

Installation

To install and run the project locally, follow these steps:

  1. Navigate to the project directory and install Python dependencies:

    pip3 install -r requirements.txt
  2. Start the development server:

    python3 manage.py runserver
  3. Access the project in your web browser at http://127.0.0.1:8000/

Snapshot

Screenshot 2024-03-24 at 11 05 11 PM

About

A simple web scraper developed using Python 3 and Django 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published