File size: 794 Bytes
de0a5cf
db194db
de0a5cf
 
 
 
 
 
 
db194db
de0a5cf
 
86e230c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23152a0
86e230c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: FplChatbot
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit
---


# FPL Chatbot

This is a chatbot that interacts with the Fantasy Premier League (FPL) API to provide information about players, teams, and stats.

```bash
python3 -m venv fplenv  
source fplenv/bin/activate
```

## Installation

1. Clone the repository:

    ```bash
    git clone https://github.com/yourusername/fplchatbot.git
    cd fplChatbot
    ```

2. Install the dependencies:

    ```bash
    pip install -r requirements.txt
    ```

3. Run the chatbot:

    ```bash
    python app.py
    ```

## Usage

- Ask about a player's stats: "Tell me about Harry Kane's stats."
- Ask about a team: "Show me all players from Manchester United."