Skip to content

İnstagram Direct Message Sender Bot Using Selenium & WebDriver Pack

License

Notifications You must be signed in to change notification settings

UlasMuezzinoglu/InstagramDirectMessageBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstagramDirectMessageBot

İnstagram Direct Message Sender Bot Using Selenium & WebDriver Pack

Usage

First You install selenium

pip install selenium

and webDriver Pack

Step 2:

Edit the Main.py file, type your Username, password and target username ,message and how many times to send the message.

from instadm import InstaDM

if __name__ == '__main__':
	# Auto login
	insta = InstaDM(username='he.justulas (your id)', password='your_password', headless=False)
	
	# Send message


insta.sendMessage(user='target_user_id', message='Hey !',repeat=2)
#repeat is default 1 if you want change as param

HAVE FUN ! Configured by Ulaş Müezzinoğlu

About

İnstagram Direct Message Sender Bot Using Selenium & WebDriver Pack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages