Giter VIP home page Giter VIP logo

fifa21's Introduction

FUT Sniping BOT - FIFA 21 Autobuyer

How it works

Bot uses selenium framework to run fut web app. This is the best way to not get banned, because it is very similar to a normal user activity.

First step is logging in. You can do it manually or automatically. If automatically - Bot have access to your email inbox, so it can read the newest ea message with an access code. After running the web app, your filters are used to find a player (name and max price).

The min price is increased before every search to have the results refreshed every time. By default bot clicks + button of min price 20 times, and starts again from 0. You can change the number of increases using INCREASE_COUNT variable in the config.py file.

When the player is found, bot buys him, but sometimes it's too late. The result appears in the console:

  • Success: "Success! You bought player_name for X coins."
  • Failed: "Found something, but it was too late."

The bot stops working when you have no more money, or after 5 bought players (because you have to assign them, the feature is not done yet).

The current status is described in the console logs, so you have real-time access to information about the activities performed.

Installation

pip install -r requirements.txt

Configuration

Everything is configured using config.py file.

Enter the name of the player name and the maximum number of coins you want to spend for him. Example:

PLAYER = {
    "name": "Sterling",
    "cost": 100000,
}

Automatic login

If you want to automatically login to web app, change this variable to False:

LOGIN_MANUALLY = False

Provide your credentials:

USER = {
    "email": "[email protected]",
    "password": "your_password",
}

You have to also provide your email credentials. It's needed to check the access code sent to your email address. Remember to allow external tools in your mail configuration.

EMAIL_CREDENTIALS = {
    "email": "[email protected]",
    "password": "your_password",
}

Running

Linux/Mac systems

Run:

make run

Windows

Set the PYTHONPATH variable with the value of the code directory - check this link.

Run:

python src\main.py

Info

Currently it works on Linux, Mac and Windows systems with Chrome version >=86.

It's just first version of fut web app bot. The project will be further developed and new features will appear.

Good luck!

fifa21's People

Contributors

maxwilkinsontech avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

josedanielfd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.