b31ngd3v / ig-automatic-story-viewer

Python Program To Send Instagram Story Views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IG Automatic Story Viewer

Auto Story Viewer

Before Running story_viewer.py

  • Open DMer.py File and Edit The Following Lines:
  1. usrnames = ['psinha_09'] # Account on which You want to send views [line:07]

  2. usrname = ['USERNAME1', 'USERNAME2', 'USERNAME3', 'USERNAME4', 'USERNAME5'] # Enter your usernames here [line:14]

  3. 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.

Requirements

pip install selenium

Run

  • Run the program using:
python story_viewer.py

About

Python Program To Send Instagram Story Views

License:MIT License


Languages

Language:Python 100.0%