fifa2017player
fifa2017player
Just found out that there is item['rating'] which is one of {50, 65, 70, 80, 85, 90}, so probably bronze/silver/gold x common/rare?
Take a look at the GUI instead. It is a full working program that you can use and also learn from. https://github.com/hunterjm/futgui/
> This kind of solution should be implemented on higher level , i strongly advise to increase delay, shorter sessions etc. to not trigger captcha at all. This is the...
Try using `fut.tradeStatus(item['tradeId'])`, which will give you the latest status. The data returned includes information such as `currentBid`, `bidState` (e.g. `highest` or `outbid`), and `tradeState` (e.g. `expired` or `active` or...
Thanks!
Thanks a lot for updating this to work with Fifa 18! Would it be possible to add some documentation to the code or the repo page about how pinEvents work?...
Thanks for the response! I have filed a separate issue to track updating of the documentation.