All Projects → aydinnyunus → Whatsappbot

aydinnyunus / Whatsappbot

Send messages to any person in any time how much you want.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Whatsappbot

Whatsapp Assistant Bot
A personal WhatsApp assistant bot that will help you search anything on the web (Google, Images, Google Maps)
Stars: ✭ 198 (+90.38%)
Mutual labels:  bot, whatsapp, selenium
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+32.69%)
Mutual labels:  bot, selenium, selenium-webdriver
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-43.27%)
Mutual labels:  bot, whatsapp, selenium
Instagramfirstcommenter
This bot will post a predefined comment as fast as possible to a new post on the target profile. I used this to successfully win tickets for a big music festival.
Stars: ✭ 26 (-75%)
Mutual labels:  bot, selenium, selenium-webdriver
Supremedropbot
A supreme web bot, written in python, to grab a list of specified products, and checkout before they sell out!
Stars: ✭ 66 (-36.54%)
Mutual labels:  selenium, tkinter
Pyleniumio
Bring the best of Selenium and Cypress into a single Python package
Stars: ✭ 61 (-41.35%)
Mutual labels:  selenium, selenium-webdriver
Cabbie
WebDriver for the masses
Stars: ✭ 70 (-32.69%)
Mutual labels:  selenium, selenium-webdriver
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-24.04%)
Mutual labels:  bot, selenium
Wappbot
Automatic answering of incoming messages by means of javascript and using Whatsapp Web
Stars: ✭ 55 (-47.12%)
Mutual labels:  bot, whatsapp
Pyrustic
Lightweight framework and software suite to help develop, package, and publish Python desktop applications
Stars: ✭ 75 (-27.88%)
Mutual labels:  gui, tkinter
Whatsapp Node Api
A Simple NodeJS API Wrapper for WhatsApp
Stars: ✭ 81 (-22.12%)
Mutual labels:  bot, whatsapp
Java.appium
Mobile test automation using Appium in Java
Stars: ✭ 59 (-43.27%)
Mutual labels:  selenium, selenium-webdriver
Webdriverextensions
Make your WebDriver based Selenium tests more readable, reusability and maintainable by using WebDriver Extensions!
Stars: ✭ 89 (-14.42%)
Mutual labels:  selenium, selenium-webdriver
Python Examples
Python examples from my answers on Stackoverflow and other short scripts.
Stars: ✭ 101 (-2.88%)
Mutual labels:  gui, tkinter
Ttkwidgets
A collection of widgets for Tkinter's ttk extensions by various authors
Stars: ✭ 57 (-45.19%)
Mutual labels:  gui, tkinter
Cfselenium
A native Selenium WebDriver binding for ColdFusion
Stars: ✭ 77 (-25.96%)
Mutual labels:  selenium, selenium-webdriver
Wasapbot
[abandoned ❗] Simple WhatsApp bot written in PHP, respond to private & group messages. Uses Chat-API
Stars: ✭ 89 (-14.42%)
Mutual labels:  bot, whatsapp
Nordpy
A gui application to connect automatically to the recommended NordVPN server
Stars: ✭ 95 (-8.65%)
Mutual labels:  gui, tkinter
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-3.85%)
Mutual labels:  selenium, selenium-webdriver
Googlemeetbot
A simple Google meet bot so the bot can attend classes for you.
Stars: ✭ 49 (-52.88%)
Mutual labels:  bot, selenium-webdriver

WhatsappBOT 🤖

  • Send messages to any person in any time.
  • Just change the chromedriver or geckodriver location in WhatsappBot.py and enjoy it.

How to run the project? 🤔

  • Clone github repository in your local system git clone https://github.com/aydinnyunus/WhatsappBOT.git
  • Move in WhatsappBOT repository cd WhatsappBOT
  • Create new virtual python environment python3 -m venv venv
  • Activate virtual python environment source venv/bin/activate
  • Install all the libraries mentioned in requirements.txt using pip install -r requirements.txt
  • Run Python file python WhatsappBot.py

Directory Tree 🌵

.
├── birthdays.json
├── chromedriver
├── executable
│   ├── 9022c3da331305796ded3dda4c619df0.png
│   ├── GZd3Pv.png
│   └── test
├── geckodriver
├── images
│   ├── GZd3Pv.png
│   ├── Main.jpeg
│   ├── Option1.jpeg
│   ├── Option1R.jpeg
│   ├── Option2.jpeg
│   ├── Option3.jpeg
│   └── Option4.jpeg
├── README.md
├── requirements.txt
└── WhatsappBot.py

2 directories, 16 files

ScreenShot 📸

1). This is the Main Page of the application. First Option provides send as many messages as you want to a person.

github-small

  • This is the input part. You enter Phone Number with country code, Message and Number of Messages. I don't try the maximum message capacity but you can try.

    github-small

  • Result of the First Option. I tried send to 'Merhaba' ten times.

    github-small

2). This is the Second Option. This provides send message in specific month and day. You can add all of your relationships in the input part. Input part saves input in the birthday.json and you run the program it's control the dates and if it matches, bot send it.

github-small

3). Third Option: If you want send one message many person, you should choice this option. Example: In important days like holidays and feasts. You need to enter message and phone number here.

github-small

4). Fourth Option: This option provides if you busy with your job and forget send important message to anyone. Just use it set hour and seconds just like 12:00.

github-small

Bug / Feature Request 👨‍💻

If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

It is my first application with GUI.Thank you !.

Connect with me! 🌐

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].