How to automate downloading process in whatsapp using Qpython or termux? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)?

11th Feb 2017, 5:28 AM
Murugesan
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
13th May 2017, 2:05 AM
Kirk Schafer
Kirk Schafer - avatar