Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Building a sneaker bot for IOS (Importing python over or is there a different way?)

for many who don't know a sneaker bot allows for somebody to set up a bot (usually built with python) to buy exclusive sneakers on the day the shoes drop. However, there are many different parts that are included in this and it is not easy to do especially for iOS. I am coming to stack overflow for help and guidance on what is the best way for me to create an iOS bot that will either use python within an imported module or import over a specific file and be able to call it within my app and have cross-references. Thank you any help would be much appreciated.

Here is an example of a sneaker bot (Website: https://cybersole.io/)

A list of features or tasks that a bot has to do:

  • After receiving a direct link or keyword to a specific site be able to find the targeted item
  • Go through every step to check out including buying specific colors and sizes based off of the user's selected preferences.
  • Have a captcha auto-solver and google sign in to have a higher chance to get on click captchas.

Note: I am not asking for a complete walkthrough, but a good introduction to how to start this project and import python files over to use in xcode

Comments