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 Telegram Userbot to play or streaming Audio and Video songs / files in Telegram Voice Chats.

Vcmusic-Userbot A Telegram Userbot to play or streaming Audio and Video songs / files in Telegram Voice Chats. It's made with PyTgCalls and Pyrogram R

3 Oct 23, 2021
Credit Card And SK Checker Written In Python

Credit Card And SK Checker Written In Python

Rimuru Tempest 57 Jan 08, 2023
cipher bot telegram

cipher-bot-telegram cipher bot telegram Telegram bot that encode/decode your messages To work correctly, you must install the latest version of python

anonim 1 Oct 10, 2021
A minimal open source mtg-like tcg game made in python that can be played on a terminal emulator using a keyboard.

TCG-TERM Project state: 🔧 🚧 🚧 🚧 Incomplete, In development 🚧 🚧 🚧 👷 (Keep in mind that at the moment, This project is currently undone, and wil

Amos 3 Aug 29, 2021
Client library for accessing IQM quantum computers

IQM Client Client-side library for connecting to an IQM quantum computer. Installation IQM client is not intended to be used directly by human users.

IQM 10 Dec 21, 2022
The aim is to contain multiple models for materials discovery under a common interface

Aviary The aviary contains: - roost, - wren, cgcnn. The aim is to contain multiple models for materials discovery under a common interface Environment

Rhys Goodall 20 Jan 06, 2023
This asynchronous telegram bot sells books.

Selling_Books_Bot Description Say, you have a bunch of items you need no more and you want to sell it all out. That's where you're going to have to us

Roman 1 Oct 24, 2021
This is a small Messnger with the cmd as an interface

Messenger This is a small messenger with the cmd as an interface. It started as a project to learn more about Python 3. If you want to run a version o

1 Feb 24, 2022
Weather Tracker, made with Python using Open Weather API

Weather Tracker Weather Tracker, made with Python using Open Weather API

Sahil Kumar 1 Feb 07, 2022
List of twitch bots n bigots

This is a collection of bot account names NamelistMASTER contains all the names we reccomend you ban in your channel Sometimes people get on that list

62 Sep 05, 2021
Lamblayer: a minimal deployment tool for AWS Lambda layers

lamblayer lamblayer is a minimal deployment tool for AWS Lambda layers. lamblayer does, Create a Layers of built pip-installable python packages. Crea

Yusuke Takahashi 2 Aug 19, 2022
A simple use library for bot discord.py developers

Discord Bot Template It's a simple use library for bot discord.py developers. Ob

Tir Omar 0 Oct 16, 2022
Python wrapper for GitHub API v3

Squeezeit - Python CSS and Javascript minifier Copyright (C) 2011 Sam Rudge This program is free software: you can redistribute it and/or modify it un

David Medina 207 Oct 24, 2022
Force-Subscribe-Bot - A Telegram Bot to force users to join a specific channel before sending messages in a group

Introduction A Telegram Bot to force users to join a specific channel before sen

LG Bot Updates 0 Jan 16, 2022
Cytotron - A unique discord bot like never before. Add it to your server to keep it active, motiviated, and amazing!!

Cytotron - Take your server to the next level Most of the details are in the website. Go to https://cytotron-bot.gq for more information. If that link

LeviathanProgramming 6 Jun 13, 2021
A simple way to create a request to the coinpayment API with a valid HMAC using your private key and command

Coinpayments Verify TXID Created for Astral Discord bot A simple way to create a request to the coinpayment API with a valid HMAC using your private k

HellSec 1 Nov 07, 2022
Karen is a Discord Bot that will check for a list of forbidden words/expressions, removing the message that contains them and replying with another message.

Karen is a Discord Bot that will check for a list of forbidden words/expressions, removing the message that contains them and replying with another message. Everything is highly customizable.

Rafael Almeida 1 Nov 03, 2021
QuickStart specific rules for cfn-python-lint

AWS Quick Start cfn-lint rules This repo provides CloudFormation linting rules specific to AWS Quick Start guidelines, for more information see the Co

AWS Quick Start 12 Jul 30, 2022
Request based Python module(s) to help with the Newegg raffle.

Newegg Shuffle Python module(s) to help you with the Newegg raffle How to use $ git clone https://github.com/Matthew17-21/Newegg-Shuffle $ cd Newegg-S

Matthew 45 Dec 01, 2022
Roblox-Account-Gen - A simple account generator not using paid solving services

Roblox Account Generator Star this if it helped to spread awareness! No 2captcha

x 1 Feb 17, 2022