A program that uses the WhatsApp platform as an intermediary between the user and the server to quickly provide several different services to facilitate the user some operations
Python libraries used to build my content aggregator
- selenium : The selenium package is used to automate web browser interaction from Python.
- pytube : pytube is a very serious, lightweight, dependency-free Python library or downloading YouTube Videos.
- datetime : The datetime module supplies classes for manipulating dates and times.
- wikipedia : Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.
- os : The os module provides dozens of functions for interacting with the operating system.
- random : random can generate random numbers in Python by using random module.
- time : time module provides various time-related functions.
whatsappBot: A project that uses python3 and some software to create a program that provides some services such as downloading videos as audio clips, creating random user passwords and other services
- The services provided by the program :
- dwonload audio from youtube
- dwounload video from youtube
- search on wikipedia
- create random password
To get a local copy up and running follow these simple steps.
- need to work :
- dwonload Google Chrome
- dwonload python3
- dwonload git clone
- pip :
python -m pip install
git clone git://github.com/pytube/pytube.git
cd pytube
python -m pip install .
pip3 install selenium
pip3 install pytube
pip3 install datetime
pip3 install wikipedia
- dwonload the Bot :
git clone https://github.com/ahmadner/WhatsappBot_windows.git
- open folder whatsappBot_windows on cmd
cd whatsappBot_windows
- write command:
python whatsappBot.py
- you can install whatsappBot on linux from here
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.