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 get this error when i input the 2factor code `Traceback (most recent call last): File "fifa.py", line 2, in fifa = fut.Core('myemail','password','answer') File "C:\Users\PC\AppData\Local\Programs\Python\Python36-32\lib\site-packages\fut-0.3.0-py3.6.egg\fut\core.py", line 270, in __init__ File...

Question

Just merging all bans threads, please discuss here. #148 #216 #217 #221 #272 **How to avoid ban? Two tips from our community:** - let's help each other about bans ?...

I've updated code to work with new version of the game but not all methods are yet implemented - there is no config with urls like it used to be...

Let's break login into smaller pieces? It's so so hard to read, or make a change there!

Feature Request

Some of the things mentioned in https://github.com/futapi/fut/issues/287 should be added to documentation to be more easily found and read: - WARNING: When You go from club items to transfermarket in...

Question

Hello, First of all, thanks for your amazing library. Since yesterday afternoon, the function fut.relist() returns fut.exceptions.InternalServerError: ('500', '', '') Do you have any idea what causes this error? Thanks...

Question

import fut import time myfut = fut.Core(.....) #items = fut.searchAuctions('player',assetId=7763,min_price=1600,max_price=1700) #print(items) try: myfut.bid(191306747378, 350,True) except fut.exceptions.PermissionDenied: time.sleep(5) myfut.bid(191306747378, 350,True) login is success,but bid always got PermissionDenied error python version is...

Question

how can I get access to the web app market before one month I opened 3 accounts played 7 games and after 3 days they had access to the web...

Question

recently I got this error while login. it happened only once ```python File "/home/ego/.local/lib/python3.5/site-packages/fut/core.py", line 251, in __init__ self.__login__(email, passwd, secret_answer, platform, code, emulate) File "/home/ego/.local/lib/python3.5/site-packages/fut/core.py", line 520, in __login__...

Question

hey, will there be an api for fifa18 on html5?

Question