GitHub Follower Analysis is a command-line tool that allows users to gather information about the followers and followings of a GitHub user. The tool utilizes the GitHub API to retrieve data, which is then stored in a SQLite database for further analysis. Additionally, it has the capability to download profile pictures of the GitHub users.
requests
libraryPyGithub
library
You can install the required libraries using the following command:
pip install requests PyGithub
-
Clone the repository:
git clone https://github.com/ALIILAPRO/GitHub-Account-Analyzer.git
-
Navigate to the project directory:
cd GitHub-Account-Analyzer
-
Open the script and enter your GitHub Personal Access Token in the access_token variable.
-
Run python file:
python gitlyzer.py
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.