Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.6.0
metadata
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.
python3 -m venv fplenv
source fplenv/bin/activate
Installation
Clone the repository:
git clone https://github.com/yourusername/fplchatbot.git cd fplChatbot
Install the dependencies:
pip install -r requirements.txt
Run the chatbot:
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."