HenryAlbu / FB-Messenger-Whatsapp-Discord-message-spammer

Annoying Python program that sends a users on your Facebook Messenger/Whatsapp/Discord any text, word by word
225 stars 38 forks source link

Discord Web Application Implementation of that Annoying Bot #7

Closed Zygitz closed 4 years ago

Zygitz commented 4 years ago

Newbie on GitHub here!

Even though I saw that someone made a pull request for Discord already, I was hoping I could contribute with a program for spamming in the Discord Web Application which also uses Selenium.

Variables Include: email = 'ENTER EMAIL' password = 'ENTER PASSWORD' chatdm = 'ENTER CHAT NAME' directory = 'C:\\DIRECTORY\chromedriver.exe'

Notes:

  1. email is your email in a string
  2. password is your password in a string
  3. chatdm is the either the chat name or PM account you are sending to 3a. For the PM account, make sure to include an @ in the string
  4. directory is the directory in which chromedriver.exe is in
  5. The script.txt file contains the text to print out in the Discord chat
  6. Make sure to download Selenium w/ pip install Selenium
HenryAlbu commented 4 years ago

Thanks for this Zygitz. I did some updates on the code you sent.

Zygitz commented 4 years ago

No problem! Glad you could use it. I plan on figuring out the kinks for an Instagram spamming thingy tomorrow.