futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
316 stars 138 forks source link

Question as a newbie #425

Closed noppGithub closed 4 years ago

noppGithub commented 6 years ago

Hello,

I am learning about selenium to automate FUTApp action, but this repo is seems to be the next level of what I am trying to do. I have some questions below.

Thank you

hassanalubeidi commented 6 years ago

This app interacts directly with the backend of the API, rather than opening up a virtual browser as selenium would. I would argue that your system would be more secure, as it interacts with the web page as a normal user would, however this API is probably faster and more robust.

noppGithub commented 6 years ago

Thank you so much ;)