- firefox browser
- geckodriver
- Python 3.8
- Selenium
- rename config_example.py to config.py
- fill in the required information into config.py
- if you would like to see what's happening you can remove "options=options" in dm.py
class info ():
username = 'your username'
password = 'your password'
message = "Hey, this is a test message"
usernames = ['person1 you want to DM', 'person2 you want to DM']
path = "path to file"