How to write this type of specific script for Android

DatUser

Newbie
Joined
Nov 30, 2014
Messages
29
Reaction score
3
I am an experienced scripter/coder and I am trying to write a script that will run on my phone/table. I want it to be able to write a script that can run on my phone that opens chrome, grabs an article from google news, and posts it to various social media. Is there any app that will automatically do this for me, or is there an app/way to write scripts on android that I can use to easily achieve this? Thanks.
 
How often do you want it to make a post? Is this just for your personal use or part of a larger strategy?
 
Android terminal is the best solution to do these kind of tasks. You can install and run python script in Terminal.

You can also try Appium which works like selenium.
 
Back
Top