Author: pawan
-
WhatsApp Integration
for managing templates for pre-approval and adding phone numbers. https://business.facebook.com/latest/whatsapp_manager for adding non expiring tokenshttps://business.facebook.com/latest/settings/system_users
-
running jupyter notebook
activate your virtual environment like if on windows .\pythonfundamental_venv\Scripts\activate the below command will prompt you to select the target like chrome, firefox etc and . is the path that current directory where the jupyter notebook is saved.
-
Python virtual environment
the below command to activate virtual environment venv – environment name tts-venv to create a python virtual environment – example python -m tts-venv for creating virtual environment in windows the command to create virtual environment is same, but to activate the command is like below for powershell the above command may not work and you…