parsarmx / futbin

This app updates list of players price for trade
2 stars 0 forks source link

FIFA Player Price Updater

Overview

The FutbinCrawler is a Python application designed to automate the process of fetching and updating player prices from the Futbin website based on a list of player names provided in a CSV file.

Features

Installation

  1. Clone the Repository:

    
    git clone https://github.com/parsarmx/futbin.git
    cd futbin/
  2. Install Dependencies:

    
    pip install -r requirements.txt
  3. Download WebDriver: Download the appropriate WebDriver (e.g., ChromeDriver) and place it in the project directory.

  4. Configuration message me to get the .env file

Usage

  1. Prepare CSV File: Create a CSV file with a single column containing the player names you want to fetch prices for. there is a template in 'client' dir

  2. Run the Script:

    
    python main.py