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

https://github.com/skalskip/star-track

⭐ Star-Track is a user-friendly utility for tracking GitHub repository statistics
https://github.com/skalskip/star-track

Last synced: 3 months ago
JSON representation

⭐ Star-Track is a user-friendly utility for tracking GitHub repository statistics

Awesome Lists containing this project

README

        

Star-Track



star track logo

## 👋 hello

Star-Track is a user-friendly utility for tracking GitHub repository statistics.

## 💻 install

- clone repository

```bash
git clone https://github.com/SkalskiP/star-track.git
```

- setup python environment and activate it [optional]

```bash
python3 -m venv venv
source venv/bin/activate
```

- install required dependencies

```bash
pip install -r requirements.txt
```

## ⚙️ execute

```bash
python -m startrack.app
```