Skip to content

keploy/keploy-stargazers

Repository files navigation

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

git clone https://github.com/YOUR_USERNAME/stargazers-script.git

2️⃣ Move into the Project Folder

cd stargazers-script

3️⃣ Install Dependencies (For Future Next.js Version)

If the project is updated to Next.js in the future, use:

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
    git checkout -b feature-name
  4. Make your changes and commit
    git add .
    git commit -m "feat: add feature-name"
  5. Push the changes to your fork
    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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •