FaceitKt is a powerful API wrapper for Faceit.
Developed from python scratch based on milahnmartin's pyfaceit to a nice kotlin library.
Just download it from github. You basically need just FaceitClient.kt file.
git clone https://github.com/SOLIDusr/FaceitKt.git
Super cool documentation here!
fun main(){
val faceitClient = FaceitClient()
val player = faceitClient.Players()
val info = player.getPlayers("s1mple")
println(info["country"])
>> output - ua
}
and something like that...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.