Automating whatsapp with python

Overview

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
You might also like...
 WhatsApp API Python ChatBot
WhatsApp API Python ChatBot

WhatsApp Api Python - Esta documentação tem como objetivo exemplificar o uso do Moorse Whatsapp API na linguagem Python.

The WhatsApp lib

yowsup WARNING It seems that recently yowsup gets detected during registration resulting in an instant ban for your number right after registering wit

A simple Telegram bot that converts a phone number to a direct whatsapp chat link
A simple Telegram bot that converts a phone number to a direct whatsapp chat link

Open in WhatsApp I was using a great app to open a whatsapp chat with a given number directly without saving that number in my contact list, but I fel

Simple software that can send WhatsApp message to a single or multiple users (including unsaved number**)

wp-automation Info: this is a simple automation software that sends WhatsApp message to single or multiple users. Key feature: -Sends message to multi

Script que envia e-mails de denúncia para desativar número de WhatsApp.
Script que envia e-mails de denúncia para desativar número de WhatsApp.

SpamReport (Alpha) Este script foi feito apenas para uso educacional, não me responsabilizo por qualquer uso indevido. Version: 1.0 Alpha Ative essa o

Hack WhatsApp Account Easily(Android)

X-Whatsapp Hack WhatsApp Account Easily(Android) HOW TO RUN 👇 (Termux) pkg update && pkg upgrade pkg install python pkg install git git clone https:/

Reverse engineering multi-device WhatsApp Web.

whatsapp-web-multi-device-reveng In this repository, the research for reverse engineering multi-device WhatsApp Web takes place, see here for a descri

This Telegram bot allows you to create direct links with pre-filled text to WhatsApp Chats

WhatsApp API Bot Telegram bot to create direct links with pre-filled text for WhatsApp Chats You can check our bot here. The bot is based on the API p

A WhatsApp Crashing Tool for Termux
A WhatsApp Crashing Tool for Termux

CrashW A WhatsApp Crashing Tool For Termux Users Installing : apt update && apt upgrade -y pkg install python3 pkg install git git clone git://gith

Comments
  • Extra features

    Extra features

    mvp:

    • [x] Contacts sqlite db
      • [x] view all the contacts in the list,
      • [x] add contacts in the list,
      • [x] delete contacts in the list
      • [x] update contact info
    • [x] send other types of media on whatsapp like videos, photos and more.
    opened by Los-had 0
Releases(1.0.3)
  • 1.0.3(Jul 6, 2021)

    Features:

    • 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
    Source code(tar.gz)
    Source code(zip)
  • 1.0.2(Jul 4, 2021)

    Features:

    • Contacts.db
      • ***C***reate contacts
      • ***R***ead contacts
      • ***U***pdate contacts
      • ***D***elete contacts
    • Time counter
    • Description
      • View contacts description is optional

    Bye Bye :D

    Source code(tar.gz)
    Source code(zip)
  • 1.0.1(Jul 1, 2021)

    Features:

    • Contacts:
      • save your data in a sqlite db,
      • you can add contacts to your list,
      • you can see all the contacts in your list
    • Optimized
    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Jun 26, 2021)

A Python script to update Spotify Playlist data every 5 minutes.

Spotify Playlist Updater A Python script to update Spotify Playlist data every 5 minutes. Description An automatic playlist updater using Spotify API

6 Nov 24, 2022
Trabalho N1 para a materia Tecnicas de Progamação da Anhembi Morumbi

Projeto da Anhembi Morumbi - Tecnicas de Programação. RPG de Console (CMD) Trabalho proposto pelo professor André Santana, na materia Tecnicas de Prog

Leonardo Silva M de Barros 3 Sep 12, 2021
BiliBili-live-barrage-transceiver - A simple python program for sending and receiving barrage in bilibili live room

BiliBili-live-barrage-transceiver - A simple python program for sending and receiving barrage in bilibili live room

zeroy 2 Jan 18, 2022
Source code of u/pekofy_bot from reddit.

pekofy-bot Source code of u/pekofy_bot from reddit. Get more info about the bot here: https://www.reddit.com/user/pekofy_bot/comments/krxxol/pekofy_bo

32 Dec 25, 2022
A Simple Telegram Inline Torrent Search Bot by @infotechIT

Torrent-Search-RoBot A Simple Telegram Inline Torrent Search Bot by @infotechIT. Torrent API Using api.infotech.wtf API Host Bot Deploy to Heroku Clic

InfoTech 0 May 05, 2022
The modern Lavalink wrapper designed for discord.py

Pomice The modern Lavalink wrapper designed for discord.py This library is heavily based off of/uses code from the following libraries: Wavelink Slate

Gstone 1 Feb 02, 2022
Programa capaz de gerar QR Code a partir do link inserido.

QrCodePy Programa capaz de gerar QR Code, a partir do link inserido, em forma de imagem e salvar localmente. Exemplo de saída: Requisitos Pure Python

Jonas Carvalho 4 Sep 09, 2021
A wrapper for slurm especially on Taiwania2 (HPC CLI)A wrapper for slurm especially on Taiwania2 (HPC CLI)

TWCC-slurm-wrapper A wrapper for slurm especially on Taiwania2 (HPC CLI). For Taiwania2 (HPC CLI) usage, please refer to here. (中文) How to Install? gi

Chi-Liang, Liu 5 Oct 07, 2022
An opensource chat service that cares about your privacy.

An opensource chat service that cares about your privacy. Instructions to set up a local testing environment: 1) Clone this repository and navigate to

Aiman Al Masoud 2 Dec 03, 2022
Bezlik Year Calendar Planner

Bezlik Year Calendar Planner Scribus script for creating year planners on one page A1 paper format. Script is based on Year-Calendar-Script-for-Scribu

Bohdan Bobrowski 2 May 24, 2022
One of Best renamer bot with python

🌀 One of Best renamer bot repo Please Give a ☆ if You like This Open Source and Don't Forget to Follow Me On Github For More Repos And Codes. Scrappe

1 Dec 14, 2021
Name says it all/Instructions are in README file.

Discord-Webhook-Spammer Name says it all/Instructions are in README file. Setup 1. pip install discord-webhook ( In console, terminal or whatever you

Catto 1 Mar 21, 2022
Discord nuke bot with python

Discord-nuke-bot 🇷🇺 🇷🇺 🇷🇺 🇷🇺 🇷🇺 TODO: Добавить команду: Удаления всех ролей Спама каналами Спама во все каналы @everyone Удаления всего aka

Nikita Maykov 10 Oct 14, 2022
Lib for create and show QRCode to PIX, you can show this code in another applications for payment by final consumer.

Biblioteca para a geração de codigos QR (BRCode como chamados na documentação do BACEN) a fins de facilitar a exibição para pagamentos ao consumidor.

João Camargo 13 Oct 05, 2022
A Python AWS Lambda Webhook listener that generates a permanent URL when an asset is created in Contentstack.

Webhook Listener A Python Lambda Webhook Listener - Generates a permanent URL on created assets. See doc on Generating a Permanent URL: https://www.co

Contentstack Solutions 1 Nov 04, 2021
Tiktok 2 Instagram With Python

Tiktok2Instagram 📸 About The Project What it does: Download the source video from a user inputted Tiktok URL. 📙 Add audio to the Tiktok video from a

Carter Belisle 4 Feb 06, 2022
GitPython is a python library used to interact with Git repositories.

Gitoxide: A peek into the future… I started working on GitPython in 2009, back in the days when Python was 'my thing' and I had great plans with it. O

3.8k Jan 03, 2023
The most versatile torrent leecher and youtube-dl bot for telegram

TorToolkit Telegram So basically Tortoolkit is aimed to be the most versatile torrent leecher and youtube-dl bot for telegram. This bot is highly cust

αвιנтн 1 Nov 11, 2021
Is the CoWin website updated for registration?

CoWin-Update Is the CoWin website updated for registration? This is a very hacky PYTHON3 script to lookup the CoWin portal if they re-deployed their J

Yash Jakhotiya 5 May 10, 2021
A Telegram mirror bot which can be deployed using Heroku.

Slam Mirror Bot This is a telegram bot writen in python for mirroring files on the internet to our beloved Google Drive. Getting Google OAuth API cred

Hafitz Setya 1.2k Jan 01, 2023