Member-only story
Creating an Android game bot with OpenCV and UiAutomator2 for AliExpress Merge Boss
Are you tired to keep swiping in order to merge items in the AliExpress Merge Boss? Then it’s time to automate the process with a bot created with the OpenCV, Python, ADB and UiAutomator2 libraries.
Update: The new version doesn’t require UiAutomator2, and can be configured directly on the phone using Termux GUI interface.
You can find the bot script at the bottom of the article, including the file that explains how you can run it on both PC and Termux Android.
New version
You can find the link to the GitHub Git at the bottom of the article.
The updated version is easy to set up, so it would take you only a few minutes to make it work on your device and have some new features, like automatic deliver requirements.
I still let this article and older Gist, because it contains the OpenCV read image through web streaming from Android, multiple types of edge extraction and integration with UiAutomator2, which is…