Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 663 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 663 Bytes

simple class for Connect to Instagram with Selenium (follow , like , comment)

Requirements

  • Python v3.6 or greater
  • Pip v18 or greater

requirements.txt

  • selenium==3.141.0
  • urllib3==1.25.8

Methods

  • sign_in (sign in with username and password)
  • follow_with_username (follow one user)
  • quit (close the Windows)
  • like_tag (like posts of one tag)
  • comment_on_tags Post random comment on posts of a tag)

Installation

pip3.6 install -r requirements.txt

Run

you can run and test with this command : python3.6 main.py

License

This class is released under the MIT License.