futbin icon indicating copy to clipboard operation
futbin copied to clipboard

Search by players name

Open KhairulAzmi21 opened this issue 3 years ago • 3 comments

Hi bro, thank you for this awesome tool .

would we able to add search by player . do you think that is possible ?

KhairulAzmi21 avatar Sep 29 '22 02:09 KhairulAzmi21

Hi @KhairulAzmi21 Thanks for the contribution!

Yes, I think it's possible. We call the same API that futbin app for android. We need to check the parameter name of API and add a new flag here.

matheusfm avatar Oct 04 '22 21:10 matheusfm

Thanks @matheusfm for response .

Great !

May I know how did you get access to Futbin api ? was the api is public somewhere ?

KhairulAzmi21 avatar Oct 06 '22 04:10 KhairulAzmi21

Hello @KhairulAzmi21.

The answer of your first question you check the client.go file of this library.

For the second question, you can also reverse engineer last version of futbin app apk with any online decompiler and take a look at their code by yourself.

Cheers!

freefalling avatar Mar 20 '23 04:03 freefalling