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

https://github.com/markusprograms/popularity-tracker

Keep track of your subscribers and likes on various social networks (made for developers).
https://github.com/markusprograms/popularity-tracker

counter followers github likes popularity stars statistics subscribers tracker

Last synced: 2 months ago
JSON representation

Keep track of your subscribers and likes on various social networks (made for developers).

Awesome Lists containing this project

README

        

# Popularity tracker
![screenshot](https://github.com/user-attachments/assets/3cb96efa-1ccb-4ff8-928b-0f5fa1fd9565)
This simple PHP script prints the number of your **Github subscribers** and the total amount of stars received on all repositories.

## Configuration
Open the `tracker.php` file. On the very top, you should see a configuration section where you can set your Github username. After the change is made, save the file and push it to your PHP webserver.

## Usage
Simply visit `tracker.php` to check your actual stats. If you want, you can embed this script to your portfolio website to let all visitors see your popularity growth.

## Version log
| Version | Functional | Description |
|---------|------------|----------------------------------|
| 1.0.0 | Yes | Github subscriber and star stats |