- Open DMer.py File and Edit The Following Lines:
-
username = 'USERNAME' # Enter your username here
[line:24] -
password = 'PASSWORD' # Enter your password here
[line:25] -
timee = "21:44" # Specific Time When The message will be send
[line:91] -
txt_box.send_keys(f"Hi @{usrnames} ! What's up ?") # Messege that you want to send
[line:53] -
usrnames = ['instagram', 'twitter'] # username whom you will send the message
[line:11]
Ensure that you have Chrome installed and the
chromedriver
that matches
your Chrome version available on your $PATH
. You may have to update this from time to time.
- Python
python
on the PATH- The Requests Library for Python:
pip install requests
- Install Selenium:
pip install selenium
- Install Schedule:
pip install schedule
- Run the program using:
python DMer.py