An open API service indexing awesome lists of open source software.

https://github.com/ismailhakkii/github_stalker

GitHub Stalker
https://github.com/ismailhakkii/github_stalker

analysis beautifulsoup follower-tracker github-follower-unfollower-tracker python stalker

Last synced: 7 months ago
JSON representation

GitHub Stalker

Awesome Lists containing this project

README

          

# GitHub Follower Analyzer

A tool for analyzing GitHub follow relationships without requiring API access.

## Features

* Lists followers and following users
* Identifies users not following you back
* Identifies users you don't follow back
* Identifies mutual follows
* Exports results to CSV/Excel

## Requirements

```
pip install requests beautifulsoup4 pandas
```

## Usage

```
python github_follower_analyzer.py
```

Enter your GitHub username when prompted and view the analysis results. Option to save results as CSV/Excel is available.

## Notes

* May require updates if GitHub's page structure changes
* Excessive usage may lead to temporary IP restrictions by GitHub

## Purpose

This tool simplifies the process of identifying discrepancies in GitHub follow relationships, eliminating the need for manual checking.