- Open DMer.py File and Edit The Following Lines:
-
usrnames = ['psinha_09'] # Account on which You want to send views
[line:07] -
usrname = ['USERNAME1', 'USERNAME2', 'USERNAME3', 'USERNAME4', 'USERNAME5'] # Enter your usernames here
[line:14] -
password = 'PASSWORD' # Enter your password here
[line:15]
Ensure that you have Chrome installed and the
chromedriver
that matches
your Chrome version available on your $PATH
. You may have to update this from time to time.
- Python
python
on the PATH- The Requests Library for Python:
pip install requests
- Install Selenium:
pip install selenium
- Run the program using:
python story_viewer.py