Python based Bot with Selenium
Works perfectly fine in Windows 10...other OS no idea...
Python 3 should be installed to the run the bot...
- Chrome----> https://chromedriver.chromium.org/ ..
- Edge------> https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ ..
- Firefox----> https://github.com/mozilla/geckodriver/releases ..
- Chrome----> chrome://settings/help ..
- Edge------> edge://help ..
- Firefox----> Click the menu button ≡ Menu , click Help and select About Firefox
-
mah = webdriver.Chrome("
PASTE YOUR WEBDRIVER PATH HERE
") #Example ("E:\WebDrivers\chromedriver.exe")
-
mah.get("website you want to spam ")#Example:https://tamilhindichat.com
-
see = mah.find_element_by_xpath("/html/body/div[3]/div/div/div/div[2]/div[4]/div[2]/div/div[1]")
-
see.click()
- for Edge---- > mah = webdriver.Edge("
PASTE YOUR WEBDRIVER PATH HERE
") #Example ("E:\WebDrivers\chromedriver.exe") - for Firefox--- > mah = webdriver.Firefox("
PASTE YOUR WEBDRIVER PATH HERE
") #Example ("E:\WebDrivers\chromedriver.exe")
-
mah.get('
http://
') #Paste the cody website you want to spam
-
Clone the repository
git clone https://github.com/mah-hacker/Cody-Spambot
(Sometime asks for credentials of Github).------------ Or -------------
-
Download as Zip and extract
-
Install requirements.txt
pip install -r requirements.txt
- Run the bot
python Cody-Spambot.py
- Enter your username
- Enter your password
- Spam message you want to send.
..........................................THATS IT THE BOT DOES THE SPAM...........................................