https://github.com/keploy/keploy-stargazers
https://github.com/keploy/keploy-stargazers
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/keploy-stargazers
- Owner: keploy
- Created: 2025-03-13T10:51:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T16:54:37.000Z (about 1 year ago)
- Last Synced: 2025-05-04T04:56:55.518Z (about 1 year ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 2
- Watchers: 0
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
⚡️ 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 [](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw)