100% MUDAH DAN SIMPEL!!! MEMBUAT SENDIRI APLIKASI KIRIM PESAN WA KE BANYAK NOMOR DENGAN PYTHON

Programming Di Rumahrafif
1 May 202203:35

Summary

TLDRThis video tutorial demonstrates how to create a self-scheduling WhatsApp message sending application using Python. It covers the installation of necessary libraries and guides viewers through writing a few lines of code to automate message delivery, such as festive greetings. The process is straightforward, requiring no payment or rental, and is aimed at those with basic Python knowledge. The tutorial ensures that viewers can easily follow along to send scheduled messages, emphasizing the importance of a stable internet connection and uninterrupted power supply for successful message delivery.

Takeaways

  • 😀 The video tutorial is about creating a self-sending WhatsApp message application using Python.
  • 📅 It mentions the use of scheduling to send messages like holiday greetings.
  • 💻 The tutorial assumes basic knowledge of Python programming and emphasizes it's not intimidating or overwhelming.
  • 🔧 It instructs viewers to install necessary software for running the script, with links provided in the video description.
  • 📝 The script involves creating a new file and saving it, with an example filename 'kirim wa.me'.
  • 🛠️ It guides the viewer to open the Terminal and install Python libraries using 'pip install' commands.
  • 📚 The 'plyer' library is mentioned for sending messages to WhatsApp, and 'flask' for creating a lightweight web server.
  • 🔑 The script includes importing necessary modules from these libraries for the application.
  • ⏰ The tutorial outlines writing a command to schedule a WhatsApp message with specific time parameters.
  • 🔄 It uses 'time.sleep' to introduce delays in the script execution.
  • 🔔 The final step involves running the script, which will open WhatsApp and send the scheduled message after a few seconds.

Q & A

  • What is the main purpose of the video?

    -The main purpose of the video is to guide viewers on how to create a self-made application for sending scheduled WhatsApp messages using Python.

  • What programming language is used in the video tutorial?

    -The programming language used in the tutorial is Python.

  • What are some of the applications for this Python application mentioned in the script?

    -The Python application can be used to send scheduled messages on occasions like Eid (Lebaran) and other events without needing to pay for services.

  • What are the required programs that need to be installed to run the script?

    -The required programs include Python and possibly other libraries mentioned in the video, which can be found in the video description and linked in the channel.

  • How can viewers find the link to the required programs mentioned in the video?

    -The link to the required programs can be found in the video description and in the top right corner of the video.

  • What is the first step in creating the application as shown in the video?

    -The first step is to create a new file and name it, for example, 'kirim wa.me'.

  • What command is used to install the necessary libraries in the terminal?

    -The command used to install the necessary libraries is 'pip install' followed by the library name, such as 'pip install pyautogui' and 'pip install Flask'.

  • What is the role of the 'pyautogui' library in the script?

    -The 'pyautogui' library is used for automating keyboard and mouse inputs, allowing the program to simulate user actions.

  • What is the purpose of the 'Flask' library in the application?

    -The 'Flask' library is a lightweight web server used in the application for serving web pages or handling HTTP requests.

  • How does the script schedule the WhatsApp message to be sent?

    -The script schedules the message by using the 'time' library to set delays and execute the sending command at the specified time.

  • What should the viewers ensure before running the script?

    -Viewers should ensure they have a stable internet connection, and their computer or laptop remains powered on during the message sending process.

  • How can the viewers replicate the message sending process for different numbers?

    -Viewers can replicate the process by copying the previous command, inserting the desired phone number, message content, and scheduling time.

  • What should viewers do after watching the video?

    -Viewers are encouraged to like and subscribe to the channel for more content.

Outlines

00:00

📱 Creating a Self-Scheduling WhatsApp Message Sender App

This paragraph introduces a tutorial on how to create a Python application for sending scheduled WhatsApp messages. It mentions that this can be used for various occasions like sending holiday greetings without any cost. The script emphasizes the simplicity of the process, requiring only basic knowledge of Python. It guides the user to install necessary programs and provides a link to the tutorial in the channel's description and comments section. The user is instructed to open a new file and use the terminal to install Python libraries required for the task.

🛠️ Setting Up the Development Environment and Installing Libraries

The second paragraph details the steps to set up the development environment by opening a new file and installing necessary Python libraries using terminal commands. It mentions the installation of 'pywhatkit' for sending WhatsApp messages and 'flask' as a lightweight web server. The paragraph also includes instructions for installing additional tools for controlling the keyboard and mouse through a program, and emphasizes the ease of following the provided guide for installation.

📝 Writing the Python Script for Scheduling Messages

This paragraph explains the coding process for the application. It starts with writing import statements for the necessary libraries and modules. The script includes commands for scheduling messages to be sent at specific times using the 'time' library. It provides an example of how to use the 'pywhatkit' library to send a message to a WhatsApp number, including the format for the phone number and the message content. The paragraph also describes adding a delay before executing the message sending command and the use of the 'autoguide' to automate the process.

🚀 Running the Application and Sending Messages

The final paragraph describes the process of running the application and sending the scheduled messages. It explains how to execute the script, which will open WhatsApp and send the message after a few seconds. The paragraph also provides guidance on how to send messages to multiple numbers by copying and modifying the previous command with different phone numbers and messages. It emphasizes the importance of a stable internet connection and keeping the computer or laptop powered on. The paragraph concludes with a reminder to like and subscribe to the channel for more content.

Mindmap

Keywords

💡Application

An application, in the context of the video, refers to a software program designed for a specific task. The video is about creating a self-sent WhatsApp message application using Python. This application is intended to automate the process of sending scheduled messages, such as festive greetings, without the need for manual intervention or additional costs.

💡Python

Python is a high-level programming language known for its readability and ease of use. In the script, it is the chosen language for developing the application that sends scheduled WhatsApp messages. The video suggests that viewers need not be afraid of Python, indicating that the process will be straightforward, even for beginners.

💡Schedule

Scheduling, in this context, refers to the pre-arrangement of tasks to be performed at specific times. The video's main theme revolves around using Python to create an application that can send WhatsApp messages at scheduled times, such as for Eid greetings, demonstrating the automation of communication tasks.

💡Libraries

In programming, libraries are collections of pre-written code that can be used to perform certain tasks without having to write the functionality from scratch. The script mentions installing libraries such as 'pywhatkit' and 'flask', which are essential for the application to send messages to WhatsApp and for creating a lightweight web server, respectively.

💡Terminal

The terminal is a command-line interface that allows users to interact with the computer's operating system. In the script, the terminal is used to execute commands such as 'pip install' to install the necessary Python libraries for the application.

💡Commands

Commands are instructions given to a computer program or an operating system to perform a specific task. The video script includes commands like 'pip install pywhatkit' and 'pip install flask', which are used to install the required libraries for the application.

💡Import

In programming, 'import' is a statement used to bring in modules or libraries into the current namespace. The script mentions importing modules such as 'pywhatkit' and 'time', which are necessary for the application to function, allowing the user to utilize the functionalities provided by these libraries.

💡Automation

Automation refers to the use of technology to perform tasks with minimal human intervention. The video's theme is centered around automating the process of sending WhatsApp messages at scheduled times, which can save time and effort, especially for sending mass messages during special occasions.

💡Run

In the context of the video, 'Run' is an action that initiates the execution of the Python script. The script instructs the user to click 'Run' to start the application, which then carries out the task of sending scheduled WhatsApp messages.

💡Internet Connection

An internet connection is necessary for the application to function properly, as it relies on online services to send messages via WhatsApp. The script mentions the importance of having a stable internet connection to ensure that the messages are sent successfully.

💡Eid

Eid is a significant religious festival in Islam, and the video provides an example of sending greetings during this occasion. The application's use case is demonstrated with the scheduling of messages for Eid, showing how it can be used for timely and automated communication during special events.

Highlights

Creating a self-sending WhatsApp application with Python according to a schedule.

The application can be used to send scheduled messages like Eid greetings.

No need to pay or rent for using the application.

Basic knowledge of Python programming is sufficient, no need to be afraid.

Writing a few lines of code will make the application obedient to the user's commands.

Ensure necessary programs are installed to run the tutorial video.

Link to the tutorial is provided in the channel and description.

Open a new file in the visual editor and name it 'kirim wa.me'.

Open the Terminal and install the required Python libraries using pip.

Install the 'pywhatkit' library for sending WhatsApp messages.

Install 'flask', a lightweight web server used in the script.

Use 'pyautogui' for controlling the keyboard and mouse through the program.

Write import statements to use functionalities from other libraries.

Use 'pywhatkit' to send a WhatsApp message by entering the phone number and message.

Schedule the message sending time with specific hours and minutes.

Use 'time.sleep' to add a delay before executing the next command.

Run the script to see the WhatsApp application open and send the message.

The message is successfully sent and the application follows the user's commands.

To send messages to multiple numbers, copy the previous command and adjust the details.

Ensure a stable internet connection and keep the computer or laptop powered on.

This is how to create a self-sending WhatsApp application, enjoy Eid with family.

Don't forget to like and subscribe for more content.

Transcripts

play00:00

video kali ini kita akan membuat

play00:01

aplikasi kirim wa sendiri dengan piton

play00:04

sesuai penjadwalan waktu bisa kita

play00:06

gunakan untuk Kirim pesan Whatsapp

play00:08

dengan penjadwalan semisal pesan lebaran

play00:11

dan lainnya tak perlu bayar tak perlu

play00:13

sewa cukup kenal sedikit saja tentang

play00:15

bahasa pemrograman Python tak perlu

play00:17

takut dia jinak dan menggemaskan cukup

play00:20

kita tulis beberapa baris saja dan dia

play00:22

langsung patuh kepada Apa mau kita mari

play00:24

langsung saja

play00:27

Hai pastikan teman-teman sudah install

play00:29

beberapa program yang diperlukan untuk

play00:31

menjalankan paytren video petunjuknya

play00:33

ada di channel saya dan linknya ada di

play00:36

kanan atas serta deskripsi kalau sudah

play00:39

kita lanjut berikutnya dilakukan dibuka

play00:41

untuk visual berikutnya buat file baru

play00:43

klik file new file langsung save saja

play00:48

Misalnya kita beri nama kirim wa.me y

play00:51

berikutnya buka menu view Terminal Epic

play00:55

kan perintah pipe install file word di

play00:58

terminal kemudian klik enter tunggu

play01:00

sampai selesai lewat kita adalah

play01:02

libraries dari piton yang salah satu

play01:05

gunanya untuk mengirimkan pesan ke

play01:07

WhatsApp ketikan pipe install Flash di

play01:10

terminal klik enter tunggu sampai

play01:11

selesai plus adalah webserver ringan

play01:14

yang digunakan dipiten jadikanlah

play01:17

diperintahkan tips install by autoguide

play01:20

Terminal kemudian klik enter tunggu

play01:22

sampai selesai

play01:23

Hai atau gue adalah liberalis dari

play01:26

paytren kontrol keyboard serta Mouse

play01:29

melalui program kita setelah install

play01:31

kebutuhan Mari lanjut menuliskan

play01:33

perintah kita kepahitan kita lakukan

play01:37

beberapa impor impor digunakan untuk

play01:39

mengambil hal-hal ajaib dari library's

play01:41

lain Dan kita gunakan di aplikasi kita

play01:44

awalnya kita Tuliskan import file word

play01:47

Kid lanjut Tuliskan impor Paul tokuy

play01:50

kemudian tuliskan impor time kalau saya

play01:53

usaha impor kita lanjut Tuliskan

play01:55

perintah kita hanya beberapa baris saja

play01:57

Nah kita Tuliskan pakai white Kids

play02:00

Shayne Ward MSG masukkan nomor

play02:03

whatsapp-nya dengan tanda positif 62

play02:06

masukkan pesannya masukkan jam jadwal

play02:09

pengiriman pesan masukkan menit jadwal

play02:11

pengiriman pesan lanjut baris berikutnya

play02:14

oleskan time.to labsatu.com berikan jeda

play02:18

waktu satu detik sebelum dijalankan

play02:19

perintah dibawahnya Tuliskan perintah by

play02:22

autoguide klik untuk merintahkan paytren

play02:25

membuat aksi click to akan lagi perintah

play02:28

time.it satu untuk memberi jeda waktu

play02:31

lagi selama satu detik jadikan

play02:33

dibawahnya tulisan pay out tokuy Rotres

play02:36

enter untuk memerintahkan piton Klik

play02:38

tombol enter sudah Mari klik Run

play02:42

sama-sama

play02:43

akan tertulis di bagian bawah beberapa

play02:45

detik akan terbuka WhatsAppnya dan

play02:48

setelah beberapa detik akan dikirimkan

play02:49

pesannya udah terkirim pesannya dan

play02:52

selamat haiten sudah tunduk dengan mau

play02:54

kita

play02:56

bagaimana kalau mau mengirimkan pesan ke

play02:58

berapa nomor mudah masukkan lagi tulisan

play03:01

dibawah proses pengiriman yang atas kita

play03:03

copy saja perintah sebelumnya masukkan

play03:06

nomornya masukkan pesannya masukkan

play03:08

waktunya dan Kita bedakan menitnya lalu

play03:11

coba jalankan lagi perintahnya maka

play03:14

paytern akan mengirimkan besar lagi

play03:16

sesuai kehendak kita yang penting adalah

play03:19

ini koneksi internet lancar jaya

play03:21

komputer atau laptop tetap menyala dan

play03:24

itu dia cara membuat aplikasi kirim dia

play03:26

sendiri dan b n selamat berlebaran

play03:29

bersama keluarga Maafkan salah Kilas

play03:31

saya jangan lupa like dan subscribe

play03:33

terimakasih

Rate This

5.0 / 5 (0 votes)

関連タグ
PythonWhatsAppMessage SchedulingAutomationScript GuideFree ToolProgrammingApp DevelopmentEvent ReminderTech Tutorial
英語で要約が必要ですか?