Skip to content

rasskazovilya/python-project-83

Repository files navigation

Hexlet tests and linter status:

Actions Status Github Actions Status Maintainability

Webpage Analyzer

Webpage Analyzer is an educational project from Hexlet Python Developer course. This is a simple Flask web application used to get seo data with help of Beautiful Soup from different websites. Link to app on Render

Requirements

  • python > 3.8
  • pip > 22.1
  • poetry >= 1.5.1
  • flask >= 3.0.0
  • beautifulsoup4 >= 4.12.2
  • validators >= 0.22.0
  • requests >= 2.31.0
  • psycopg2-binary >= 2.9.9

Installation

  • Clone this repo
git clone https://github.com/rasskazovilya/python-project-83
  • Go to repo directory
cd python-project-83
  • Install application
make build

Usage

Run app locally:

make start

Run app locally in debug mode:

make debug

Run app locally on development server:

make dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published