Unfollow everyone you followed on GitHub using Python Selenium Chrome driver
Unfollow everyone you followed on GitHub using Python Selenium Chrome driver Login to your GitHub account using your password and username Find your following list Use Selenium to press the unfollow buttons usage: python3 unfollow.py [username] [password] [maxpage] positional arguments: username Your Github username password The password of your Github account for login maxpage Github page number optional arguments: -h, –help show this help message and exit Example:python unfollow.py SatinWuker passswooord 4 This is the libraries that are required: requirements […]
Read more