Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.17 KB

African Cup of Nations 2024 Results Scraper

This project is a Python script that scrapes the results of the African Cup of Nations 2024 from the Eurosprt website.

Screenshot 2024-01-23 at 18 54 40

It is automatically refreshed (uses polling).

graph LR
P(Polling2+requests) --> A[Website]
P --> B(BeautifulSoup)
B --> C{Data Extraction}
C --> E{Data Processing}
E --> F[Streamlit]
F --> G[Dynamic Webapp]
Loading

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Python installed on your machine. You can download Python here. Tested with Python 3.12

Installing

  1. Clone the repository:
    git clone <repository_url>
  2. Navigate to the project directory:
    cd <project_directory>
  3. Install the required packages:
    pip install -r requirements.txt

Running the Script

To run the app, use the following command:

streamlit run app.py