fut icon indicating copy to clipboard operation
fut copied to clipboard

fut is a simple library for managing Fifa 19 Ultimate Team.

Results 102 fut issues
Sort by recently updated
recently updated
newest added

I want to search players with `fut.searchAuctions('player', assetId=player.assetId, max_buy=player.maxBid)` but also I want to add rating and expire time to this search is there any easy way to do this?

Maybe the lib should implement different names for cookie & token files for different accs, for example, add some suffix to file names, based on acc login? (or its hash,...

Right now I'm trying to create an autobuyer with GUI, and it's actually quite hard to deal with `code=input()` in the lib. Have to rewrite the code every time fut...

I'm extremely inexperienced and would really appreciate it if someone could show me a simple program that buys a player for a certain price. Thanks.

Question

There is a new security answer issue when logging in. Possibly due to FIFA updating their hashing over the answer. My friend and I have tried it on multiple accounts...

I encounter the following error while doing fut.extras.futbinPrice request (hundreds of such requests do succeed): pricefuthead=fut.extras.futbinPrice(item['resourceId'],platform='xbox') File "/usr/local/lib/python2.7/dist-packages/fut/extras.py", line 64, in futbinPrice xbox = int(rc['xbox']['LCPrice']) ValueError: invalid literal for int()...

hello. I am keep on getting this error when selling players using fut_session.sell(item_id=item_id, bid=400, buy_now=sell_price, fast=True) {'Content-Length': '20', 'X-UnzippedLength': '0', 'Content-Encoding': 'gzip', 'Access-Control-Expose-Headers': 'Retry-After', 'Server': 'Jetty(8.0.0.M2)'} 400 b''

Hi guys, Any recommendation where to buy web app unlocked accounts?

I did searchAuctions('development') to find items with itemType that is contract, but how do I differentiate which cardType corresponds to which type of contracts?

Question