https://github.com/luhur65/selenium-wa-bot
I make this bot for fun and to learn more about Python and Selenium.
https://github.com/luhur65/selenium-wa-bot
bot-wa github learn python-bot selenium-webdriver student-vscode
Last synced: 8 months ago
JSON representation
I make this bot for fun and to learn more about Python and Selenium.
- Host: GitHub
- URL: https://github.com/luhur65/selenium-wa-bot
- Owner: luhur65
- License: mit
- Created: 2023-02-02T06:40:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T15:30:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T11:50:34.633Z (9 months ago)
- Topics: bot-wa, github, learn, python-bot, selenium-webdriver, student-vscode
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wa Bot
## A simple bot for WhatsApp
This is a simple bot for WhatsApp, it is written in Python and uses Selenium to control the browser.
This bot is not intended to be used for spamming or other illegal activities, it is only intended to be used for educational purposes.The bot is currently in development, so it is not yet complete.
I make this bot for fun and to learn more about Python and Selenium.
Happy coding!, Cheers! :)
## Requirements
- Python 3.7 or higher
- Selenium
- ChromeDriver
## Installation
- Install Python 3.7 or higher (https://www.python.org/downloads/)
- Install Selenium with pip (`pip install selenium`)
- Install ChromeDriver (https://chromedriver.chromium.org/downloads)
- Clone this repository (`git clone https://github.com/luhur65/selenium-wa-bot.git && cd selenium-wa-bot`)
- Run the bot (`python wa-bot.py`)
## Usage
- Run the bot (`python wa-bot.py`)
- Scan the QR code with your phone (make sure you are logged in to WhatsApp Web)
- Wait for the bot to load the chat list
- Seach for a chat and bot will automatically open it
- Type your message and press enter
- Bot will send the message to the chat you are currently in
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
- [Selenium](https://www.selenium.dev/)
- [ChromeDriver](https://chromedriver.chromium.org/)
- [Python](https://www.python.org/)
- [GitHub](https://github.com/luhur65/selenium-wa-bot)