Skip to content

Scrap some sites and get the html score - Scrapper

Notifications You must be signed in to change notification settings

christo-pr/miniseo-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-seo scrapper

A python seo / web scrapper tool


Mini seo

Introduction

This python app works as a backend for the mini-seo tool. Basically it scrap an static website, check for a few rules and set a final score.

More info about seo:

Installation

1.- Git clone

2.- Create your virtual env

3.- Install all dependencies: pip install -r requirements.txt

4.- Run the app: FLASK_ENV=development flask run

You'll have a development server running on your http://localhost:5000. There's one endpoint only: /seo which accept one param: url

  • GET: http://localhost:5000/seo?url="site_url"

  • POST:

{
  "url": "site_url"
}

And return all the metrics for that given site

Releases

No releases published

Packages

No packages published

Languages