
- #Estatus para watsapp install
- #Estatus para watsapp for android
- #Estatus para watsapp code
- #Estatus para watsapp download
match (EVENT_REGEX, str (changes ) ) #We try to use the regex to extract the dataĮvent = match. STATUS_SAVER_DIRECTORY = "/storage/emulated/0/DCIM/Status Saver" #Where the statuses will be saves def main ( ) : for changes in watch (WHATSAPP_STATUSES_DIRECTORY ) : match = re. WHATSAPP_STATUSES_DIRECTORY = "/storage/emulated/0/WhatsApp/Media/.Statuses/" #The WhatsApp status directory
#Estatus para watsapp code
Now, enter the following code into the editor, I will explain below from watchgod import watch #Imports the watcher import re # Imports python regex module for extracting data out of the event from shutil import copyĮVENT_REGEX = r"" # The regex which will extract the data To create a new file, enter nano main.py in your terminal and this should open a new empty file where we will write our code. nano is a text editor which we will be using to write our code. Luckily for us, termux comes with nano pre installed. We then change to that directory with cd "Status Saver". Let’s call our app “Status Saver”, or ❓.We can create the folder with the command mkdir "Status Saver".



We then need to create a folder which will house our simple app. This command should take you straight to your phone’s home directory. You can do so by entering cd /storage/emulated/0. If you also receive an error that pip is not recognized, then it means python wasn’t installed so try installing it again Writing The Codeīy default, termux’s current working directory is always /data/data/com.termux/files/home, you need to change it to your phone’s home directory. If everything installed successfully, you are good to go.
#Estatus para watsapp install
To install the watchgod module, exit the python interpreter, Type( Ctrl+ z).
#Estatus para watsapp download
You can click here to download it.Īfter installing the application, open the application and type in pkg install python. This application will allow you to install Python on your mobile device in order to run the script.
#Estatus para watsapp for android
Termux is a terminal emulator for Android that allows for running a Linux environment on an android device. Also, don’t forget to give it a star Installing Termux Just clone the gist and follow the steps below. The whole code is available as a gist over here. I knew I could easily implement this with bash script but I wanted to use python so this is how I did it. So today, I wanted to be able to save my WhatsApp statuses without using a WhatsApp status saver app. You actually don't need an application to save your WhatsApp statuses for you.

Save WhatsApp Status With Python on Android
