-
Notifications
You must be signed in to change notification settings - Fork 1
Program no longer works due to recent 'Clan Notice' update. #4
Description
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.