Skip to content

This is an ui based tool to increase your GitHub following

Notifications You must be signed in to change notification settings

MartinGurasvili/GitHub-Follower-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

GitHub Follower Bot

cas


This is a UI based tool to increase your GitHub following using Python-Selenium

Try it now


Screenshot 2022-02-26 at 7 11 24 pm

Features



  • Quickly increase your github following by following people from the most followed on github, thus more likely to follow you back.
  • Human Simulation - to eliminate githubs spam detection
  • Both Follower and Unfollower tools built into one
  • Runs in background
  • Github Mobile Prompt
  • Error Detection
  • Simple UI
  • Easy Setup



Setup



Install

Due to the new version of selenium the set up process has become Very Easy

all we need is these python modules

pip install selenium

pip install webdriver-manager

pip install tkinter

if you have selenium ensure that your runnning the latest version v4.0.0 and up

pip install -U selenium

Now you can run the script



Error Fixes



Login Error Fix

This means that the password or email you have entered is incorrect - please double check your details


PATH Error Fix

This means that the installation of the Chrome drivers was done incorrectly or that the drivers are stored in a different location to the default

To fix this error Ensure that all the modules are installed - look in terminal for further detail