Closed Zygitz closed 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'
email = 'ENTER EMAIL'
password = 'ENTER PASSWORD'
chatdm = 'ENTER CHAT NAME'
directory = 'C:\\DIRECTORY\chromedriver.exe'
Notes:
email
password
chatdm
@
directory
chromedriver.exe
script.txt
pip install Selenium
Thanks for this Zygitz. I did some updates on the code you sent.
No problem! Glad you could use it. I plan on figuring out the kinks for an Instagram spamming thingy tomorrow.
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:
email
is your email in a stringpassword
is your password in a stringchatdm
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 stringdirectory
is the directory in whichchromedriver.exe
is inscript.txt
file contains the text to print out in the Discord chatpip install Selenium