Followers
0
Following
0
Joined
Last Online
-
wayland
I have a bunch of files I need to prepend with some text.
Is this possible with Pythonista?
Ie.
Filename1 —> pre-text Filename1
Filename2 —> pre-text Filename2
Filename3 —> pre-text Filename3 -
wayland
Is it possible to use Pythonista as a bot? I’ve been given some repetitive tasks from my boss that involves clicking links in a web page. I have worked out how to do that on a Mac with AppleScript and Safari, but is this possible with Pythonista on an iPad? How would I get Pythonista to open up a web page and start click on links or buttons?