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).
- Host: GitHub
- URL: https://github.com/markusprograms/popularity-tracker
- Owner: markusprograms
- License: mit
- Created: 2024-11-04T16:22:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:53:05.000Z (6 months ago)
- Last Synced: 2025-01-06T17:47:56.575Z (4 months ago)
- Topics: counter, followers, github, likes, popularity, stars, statistics, subscribers, tracker
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popularity tracker

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 |