/GitHub-Account-Analyzer

This script uses the GitHub API to fetch information about followers or followings of a GitHub user. It saves the data in a SQLite database and can also download profile pictures.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GitHub Follower Analysis

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.

Requirements

  • requests library
  • PyGithub library

You can install the required libraries using the following command:

pip install requests PyGithub

Installation

  1. Clone the repository:

    git clone https://github.com/ALIILAPRO/GitHub-Account-Analyzer.git
  2. Navigate to the project directory:

    cd GitHub-Account-Analyzer
  3. Open the script and enter your GitHub Personal Access Token in the access_token variable.

  4. Run python file:

    python gitlyzer.py

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.