Open NORXONDOR opened 1 month ago
Thanks a ton for contributing to this project! I'm glad my work helped you out. I don't play Clash often and eventually stopped contributing to the repo, but I'll definitely follow along with your project and I'm sure it'll be awesome! Cheers.
Thank you for your support! I hadn't actually tested it very thoroughly and just came across a bunch of bugs that make it practically unusable after coming back to it, so I'm privating it for a couple days until it is actually usable. Sorry for that.
I built a new app from scratch that addresses this, as well as a lot of UX issues: https://github.com/NORXONDOR/clash-invite
In some regards, it's more modular. It still needs some refactoring though, but that is soon to come.
Functionality is all there with a bit more UX focus, e.g. automatically finds and fullscreens BlueStacks. I still plan to add lots more, like more filter options and a GUI. It's built in a way that makes it easy to create one's own player finder, in case they push an update like this again in future.
It could be optimised by using only the details given about each player from the clan information, as that makes it only a single API call per clan. Comparing player info to filter info could also be more efficient by not comparing filter fields that were not selected by the user (e.g. ignore player labels).
Feel free to contribute to this repo if you'd like, I'll be working on it a lot over the next few weeks and will push your pull requests. Your work here was very inspiring and I learnt a lot about the libraries you used while working on this and my own codebase.