Skip to content

Project #3 - An automated program to login and send messages to Discord using Selenium and PyAutoGUI

Notifications You must be signed in to change notification settings

minhduc29/Discord-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Automation

Project #3

  • 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

Description

  • This version uses Selenium, check requirements.txt for more details

    Pros

    • Can use multiple applications at the same time without affecting the automated program

    Cons

    • Errors are more likely to occur
    • More personalized, complex, and complicated as the process is longer

How to use

  • 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