officialkerop.blogg.se

Estatus para watsapp
Estatus para watsapp











  1. #Estatus para watsapp install
  2. #Estatus para watsapp for android
  3. #Estatus para watsapp code
  4. #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".

estatus para watsapp estatus para watsapp estatus para watsapp

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).

  • We then copy the file to another location.
  • We then try to find the new file which has been created from the event reported by watchgod.
  • This will trigger an event in watchgod since it is watching the directory.
  • Whenever you watch a new status on WhatsApp, it will be downloaded to the statuses folder.
  • watchgod will watch the statuses folder inside your WhatsApp directory.
  • This is how we are going to code our application. The watchgod module watches a directory and then reports changes that happen in the directory which it is watching. So, we are going to use the watchgod module to help us to know when a status has been downloaded. So let’s move on to the next step Installing the WatchGod module So if your output looks like the image above, then it means you have successfully installed Python onto your mobile device. You should see something like the image below ⬇️ After running this command, enter python on the terminal to see if a python interpreter will pop up.

    #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.

    estatus para watsapp

    Save WhatsApp Status With Python on Android













    Estatus para watsapp