Try Page analyzer by this link
Page Analyzer is a simple Flask web-application that checks sites for SEO suitability
- python >= 3.10
- flask >= 3.0.3
- gunicorn >= 22.0.0
- python-dotenv >= 1.0.1
- psycopg2-binary >= 2.9.9
- validators >= 0.33.0
- beautifulsoup4 >= 4.12.3
- requests >= 2.32.3
- Clone GitHub repo:
git clone https://github.com/Pythonusus/python-project-83
- Provide SECRET_KEY environmental variable to secure your data:
export SECRET_KEY=yourveryhardtobreakpassword
- Provide DATABASE_URL environmental variable to connect to your PostgreSQL database:
export DATABASE_URL={provider}://{user}:{password}@{host}:{port}/{db}
- Install all neccessary dependencies using Poetry and connect to DB via pysql utility:
make build
- Start Page analyzer locally:
make start
- Poetry - Python packaging and dependency management tool
- PostgreSQL - Powerful, open source object-relational database system
- Flask - Lightweight WSGI web application framework
- Gunicorn - Python WSGI HTTP Server for UNIX
Made with Ideogram AI
Stored at imgur.com