Project #3 - An automated program to login and send messages to Discord using Selenium
An automated program to login and send messages to Discord using Selenium and PyAutoGUI
This program was developed to help me automatically play EPIC RPG - a game in Discord, by using commands as messages in Discord
There are currently two versions of this program using different packages with different ways to use
Check out all branches for more details of each version
The syntax may have changed by the time you see this
You can use this as a demonstration, a reference to create similar program
You may change the code to make the program most suitable
This version uses Selenium, check requirements.txt for more details
Create a text file in the same directory named account.txt to store your email and password
First line is your email/username and second line is your password
Make sure to install appropriate version of ChromeDriver
Run main.py