'How to make a custom bot/script to do certain tasks on an app(not mine)

Hello I want to make a script/bot that do certain tasks on an existing app. More specific I want to make a script/bot that automatically enables/disables products on a menu from my store. For example when time is 10:00 PM make X product unavailable for the customers on the app, which now I have to go to the app an uncheck the product manually. I’m a very new novice programmer (mostly self-taught) and I want to make this as a project so I can learn. I don’t want you to tell me how to code it exactly but Im not sure what tools to use and what process to do. Do I need a simple python/javascript script to run? Do I have to install an add-on. I just want to find how to do it. Just to declare I do not own the app this app is available for stores on android/iOS.

I tried googling first but all I find is chatbots and bots on your own apps. What I was thinking myself is to add a python script on the files of the app to run when the app starts.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source