All Projects → Los-had → whatsapp-automation

Los-had / whatsapp-automation

Licence: MIT license
Automating whatsapp with python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to whatsapp-automation

Whatsapp Android App
This is sample code for layout for chatting app like Whatsapp.
Stars: ✭ 32 (-43.86%)
Mutual labels:  whatsapp
whatsapp-web
Simon is a Python library that helps made easy the browser automation for WhatsApp Web service
Stars: ✭ 67 (+17.54%)
Mutual labels:  whatsapp
WhatsApp-Stickers
WhatsApp Stickers Pack For WhatsApp
Stars: ✭ 18 (-68.42%)
Mutual labels:  whatsapp
whatsapp-click-to-chat
You can send whatsapp messages to people who are not added to your contacts,
Stars: ✭ 13 (-77.19%)
Mutual labels:  whatsapp
whatsapp-chat-parser
WhatsApp Chat Parser
Stars: ✭ 13 (-77.19%)
Mutual labels:  whatsapp
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-70.18%)
Mutual labels:  whatsapp
Whatsapp-Chat-Exporter
A customizable Android and iPhone WhatsApp database parser that will give you the history of your WhatsApp conversations in HTML and JSON. Android Backup Crypt12, Crypt14 and Crypt15 supported.
Stars: ✭ 150 (+163.16%)
Mutual labels:  whatsapp
whatsapp-client
WhatsApp web php client
Stars: ✭ 36 (-36.84%)
Mutual labels:  whatsapp
Whatsapp-Bot
Web.whatsapp.com bot made with selenium
Stars: ✭ 39 (-31.58%)
Mutual labels:  whatsapp
LIZA-MWOL
github.com/Chunkindepadayali/LIZA-MWOL
Stars: ✭ 40 (-29.82%)
Mutual labels:  whatsapp
Chatistics
A WhatsApp Chat analyzer and statistics.
Stars: ✭ 32 (-43.86%)
Mutual labels:  whatsapp
WhatsApp-Bot
🐔 WhatsApp Good Morning
Stars: ✭ 19 (-66.67%)
Mutual labels:  whatsapp
flutter whatsapp stickers internet
whatsapp sticker template for internet base stickers
Stars: ✭ 28 (-50.88%)
Mutual labels:  whatsapp
MessengerComparison
Project aimed at providing thorough comparison of Telegram, Viber and WhatsApp.
Stars: ✭ 28 (-50.88%)
Mutual labels:  whatsapp
whatsapp-portable
🚀 WhatsApp portable for Windows
Stars: ✭ 36 (-36.84%)
Mutual labels:  whatsapp
SendScriptWhatsApp
Script para enviar o Roteiro do filme Shrek, linha por linha, no WhatsApp
Stars: ✭ 1,028 (+1703.51%)
Mutual labels:  whatsapp
Open-APIs
Collection of Unlimited APIs
Stars: ✭ 55 (-3.51%)
Mutual labels:  whatsapp
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+189.47%)
Mutual labels:  whatsapp
whatsapp-jpeg-repair
A handy tool to fix jpeg files downloaded from WhatsApp and prevent errors upon opening these files in Adobe Photoshop.
Stars: ✭ 30 (-47.37%)
Mutual labels:  whatsapp
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-68.42%)
Mutual labels:  whatsapp

whatsapp-automation

Automating whatsapp with python

used on this project

  • pyautogui
  • pywhatkit
  • pyttsx3
  • SpeechRecognition
  • colorama
    • embedded in python
      • time
      • random
      • sys
      • webbrowser
      • sqlite3 and sqlite3 Error

why?

I created this project to improve myself and study a little more in the subjects of python and task automation

using

WARNING: this program needs sqlite3 db installed to work properly.

WARNING: this program needs internet connection to work properly.

download the dependencies running this commands on your terminal

cd ./whatsapp-automation
cd ./app
cd ./dependencies
pip install -r requirements.txt

or the executing the file denpendencies.cmd or dependencies.sh when the installing processes finish download the project in the github after that open your terminal and write

cd ./whatsapp-automation
cd ./app
python app.py

mvp

Extra

  • Contacts sqlite db | features
    • view all the contacts in the list,
    • add contacts in the list,
    • delete contacts in the list
    • update contact info
  • send other types of media on whatsapp like videos, photos and more. | features
  • speech recognition | features
  • tts | features

Features

embedded spammer features

  • embedded time counter, with voice
  • custom messages delay
  • custom messages content
  • uses pyautogui for more faster spam

encrypted message features

  • embedded Caesar cipher encryption system, with voice
  • custom messages delay
  • custom messages content
  • custom cipher key

Contacts.db crud

  • Create contacts
  • Read contacts
  • Update contacts
  • Delete contacts

speech recognition features

  • transform voice in text
  • save the text in a .txt file
  • auto save
  • english support

tts features

  • transform your text in voice
  • save the voice in a .mp3 file
  • auto save
  • various voices
  • various languages support

send images features

  • send images
  • custom delay
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].