Getting Started To run this application, follow these steps:
-
Install Python Ensure Python is installed on your system. Download it from python.org if needed.
-
Install Dependencies Navigate to the project directory in your terminal and install the required Python packages:
pip install flask beautifulsoup4 aiohttp requests
-
Run the Application Open the terminal in Visual Studio Code.
Navigate to the directory containing app.py.
Start the application by running:
python app.py Your Flask application should now be running. Open your browser and go to http://localhost:5000 to access it.