Skip to content

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.

License

Notifications You must be signed in to change notification settings

ALIILAPRO/GitHub-Account-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages