Skip to content

b31ngd3v/instagram-auto-dm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Auto DM

Auto DMer

Before Running DMer.py

  • Open DMer.py File and Edit The Following Lines:
  1. username = 'USERNAME' # Enter your username here [line:24]

  2. password = 'PASSWORD' # Enter your password here [line:25]

  3. timee = "21:44" # Specific Time When The message will be send [line:91]

  4. txt_box.send_keys(f"Hi @{usrnames} ! What's up ?") # Messege that you want to send [line:53]

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

Requirements

pip install selenium
  • Install Schedule:
pip install schedule

Run

  • Run the program using:
python DMer.py