Git Product home page Git Product logo

fifa-ultimate-team-auto-trader's Introduction

##FUT Auto Trade Concept

The idea here is to try to implement a "arbitrage-like" mechanism to create money from zero in Fifa Ultimate team by leveraging market imperfections. It's fascinating to study how the FUT market is so similar to the finance one.

Included is a simple experiment trying to buy contracts at a very low price in the market by bidding on many of them and resell them for a slightly higher price.

###Installation & configuration

The script requires you to install https://github.com/oczkers/fut and it will require a config.py file structured this way:

import fut14

def connect():
    return fut14.Core('yourPsn@Email', 'yourPassword', 'yourSecretAnswer', platform='ps3', debug=True)

You would also need to put the script under supervisord (http://supervisord.org/ or whatever other similar tool you prefer) so that whenever the connection dies because of timeout/any error the script is put back up automatically.

#UPDATE

From this year (Fifa 2015), EA esplicity forbids you to do this kind of stuff. http://www.easports.com/fifa/news/2014/fifa-ultimate-team-coin-selling-and-buying-bans

This is just a personal experiment done before the announcement (Fifa 14), I am leaving it for reference.

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.