GitFollowAnalytics
This project is a GitHub followers analyzer application developed using Python. It fetches and analyzes the followers of a specified GitHub user.
Install / Use
/learn @kemalgundogdu/GitFollowAnalyticsREADME
Photos
Example
:-------------------------:

EN - GitHub Followers Analyzer
This project is a GitHub followers analyzer application developed using Python. It fetches and analyzes the followers of a specified GitHub user.
Features
- Fetches followers of a specified GitHub user.
- Analyzes the followers' data.
- Displays the analysis results in a user-friendly format.
Setup
To run the project locally, follow these steps:
-
Clone this repository:
git clone https://github.com/kemalgundogdu/GitFollowAnalytics.git -
Navigate to the project directory:
cd GitFollowAnalytics -
Create a virtual environment:
python -m venv .venv -
Activate the virtual environment:
- On Windows:
.venv\Scripts\activate - On macOS/Linux:
source .venv/bin/activate
- On Windows:
-
Install the required dependencies:
pip install -r requirements.txt -
Run the project:
python main.py
Technologies Used
- Python: For building the application.
- PyGithub: For interacting with the GitHub API.
- rich: For displaying data in a user-friendly format.
Contributing
If you would like to contribute, please submit a pull request or open an issue.
License
This project is licensed under the MIT License.
TR - GitHub Takipçi Analiz Aracı
Bu proje, Python kullanılarak geliştirilmiş bir GitHub takipçi analiz aracıdır. Belirtilen bir GitHub kullanıcısının takipçilerini getirir ve analiz eder.
Özellikler
- Belirtilen bir GitHub kullanıcısının takipçilerini getirir.
- Takipçilerin verilerini analiz eder.
- Analiz sonuçlarını kullanıcı dostu bir formatta gösterir.
Kurulum
Projeyi yerel ortamınızda çalıştırmak için aşağıdaki adımları izleyin:
-
Bu depoyu klonlayın:
git clone https://github.com/kemalgundogdu/GitFollowAnalytics.git -
Proje dizinine gidin:
cd GitFollowAnalytics -
Bir sanal ortam oluşturun:
python -m venv .venv -
Sanal ortamı etkinleştirin:
- Windows'ta:
.venv\Scripts\activate - macOS/Linux'ta:
source .venv/bin/activate
- Windows'ta:
-
Gerekli bağımlılıkları yükleyin:
pip install -r requirements.txt -
Projeyi çalıştırın:
python main.py
Kullanılan Teknolojiler
- Python: Uygulamayı oluşturmak için.
- PyGithub: GitHub API ile etkileşim kurmak için.
- rich: Verileri kullanıcı dostu bir formatta göstermek için.
Katkıda Bulunma
Katkıda bulunmak isterseniz, lütfen bir pull request gönderin veya bir issue açın.
Lisans
Bu proje MIT Lisansı ile lisanslanmıştır.
