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

https://github.com/keploy/keploy-stargazers


https://github.com/keploy/keploy-stargazers

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          


keploy logo




⚡️ KEPLOY STARGAZERS SCRIPT ⚡️

## Description
The **Stargazers Script** is a simple tool built using HTML, CSS, and JavaScript to fetch stargazers of a GitHub repository in real time using the GitHub API token. It allows users to input the repository URL and GitHub token, then provides two options:
- Fetch all stargazers
- Fetch stargazers from the last 24 hours

Once the data is fetched, users can export and download the results as a CSV or an Excel (`.xlsx`) file.

---

## 🛠️ Setup and Installation
### 1️⃣ Fork and Clone the Repository
```sh
git clone https://github.com/YOUR_USERNAME/stargazers-script.git
```
### 2️⃣ Move into the Project Folder
```sh
cd stargazers-script
```
### 3️⃣ Install Dependencies (For Future Next.js Version)
If the project is updated to Next.js in the future, use:
```sh
npm install
```

---

## 📂 Folder Structure
```
stargazers-script/
├── index.html # Main HTML structure
├── script.js # JavaScript logic for API calls
├── styles.css # Stylesheet for UI
```

---

## 🤝 Contributing
We welcome contributions! Follow these steps:
1. **Fork** the repository
2. **Clone** your fork
3. **Create a new branch** for your feature
```sh
git checkout -b feature-name
```
4. **Make your changes and commit**
```sh
git add .
git commit -m "feat: add feature-name"
```
5. **Push the changes to your fork**
```sh
git push origin feature-name
```
6. **Create a Pull Request** to the main repository

---

For any issues or feature requests, feel free to open an issue in the repository!

You can also reach out to us for any kind of queries and discussions on our [![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw)