+ 2
How to automate downloading process in whatsapp using Qpython or termux?
I want to automate my whatsapp group admin work. Everday I am downloading some files from one group, and forward it to my group. How to automate this work using python in android. (without PC)?
1 Answer
+ 2
Like crontab?
https://github.com/termux/termux-packages/issues/358
Are you rooted?
Termux free or pay?
If you're okay with a slight improvement in the meantime, I often just set single character aliases:
...directly:
$ alias m="complex command line"
...or auto-load:
$ vi ~/.bashrc
.......
alias p=python
alias x=exit
alias gg="p ~/pys/getscript.py"
# other auto commands on shell startup