matheusfm / futbin

An unofficial command-line tool for Futbin
MIT License
43 stars 5 forks source link

Search by players name #2

Open KhairulAzmi21 opened 2 years ago

KhairulAzmi21 commented 2 years ago

Hi bro, thank you for this awesome tool .

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

matheusfm commented 2 years ago

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.

KhairulAzmi21 commented 2 years ago

Thanks @matheusfm for response .

Great !

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

freefalling commented 1 year ago

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!