- Python v3.6 or greater
- Pip v18 or greater
- selenium==3.141.0
- urllib3==1.25.8
- 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)
pip3.6 install -r requirements.txt
you can run and test with this command : python3.6 main.py
This class is released under the MIT License.