Skip to content

Webscraping eurosport.fr page about football african cup of 2024, and displaying it in a custom streamlit app

Notifications You must be signed in to change notification settings

chamoncode/africa_cup_special

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Webscraping eurosport.fr page about football african cup of 2024, and displaying it in a custom streamlit app

Topics

Resources

Stars

Watchers

Forks

Languages