Page Analyzer is a web application that analyzes URLs and provides information about them through various request methods. It retrieves parameters such as title, description, status code, and more. The application also keeps a history of user requests in an SQL database and provides a separate page to view all URLs and their analysis history.
- Analyze URLs using request method
- Retrieve parameters like title, description, status code, etc.
- Store and manage user request history in an SQL database
- View all URLs and their analysis history on a dedicated pages
- Enter a URL in the input field and click "Проверить" button
- On the url page click "Запустить проверку" button to start check
- See the result below
- Navigate to the "Сайты" page to see a list of all analyzed URLs
- Click on a URL to view its detailed analysis history
- Python
- Flask (Web framework)
- HTML/CSS
- SQL (Database)
Contributions to the Page Analyzer project are always welcome! If you encounter any issues or have suggestions for enhancements, please submit an issue or pull request.