Fifa14Client
Fifa14Client copied to clipboard
Library that allows you to interact with the Fifa14 Ultimate team webapp programmatically.
Updated URLS and functions to make the client work for Fifa15 ultimate team.
I was wondering what would be the most efficient method of finding the price to buy and sell a player automatically. I thought of going through every page and then...
I haven't really ran a software project before and I have always heard that testing is important, so I might want to implement it. I think this would be good...
Here's the traceback: Traceback (most recent call last): File "file.py", line 62, in do_main() File "file.py", line 25, in do_main login.login() File "/path/Fifa14Client/LoginManager.py", line 77, in login tokens = self.get_sid_second_time(next_loc)...
There are many more requests that you can make such as getting your current squad and club that I have not included. I might as well include these as someone...
I think it would be a good idea to have items such as the tradepile,coins,etc to automatically update instead of having to call methods that send requests to ea servers...
I am debating whether I should keep the Card object the way it is or change it. Right now it takes a dict as a parameter and just assigns every...