luke14free / Fifa-Ultimate-team-auto-trader

testfut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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.

About

testfut


Languages

Language:Python 100.0%