Skip to content

ranesagar/github-webhook-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-webhook-fetcher

GitHub Webhook Fetcher

Fetches a list of webhooks in a given organization

License GitHub issues GitHub forks GitHub stars

Installation

Prerequisites

Before you begin, ensure you have met the following requirements:

  • go installed
  • Organization name
  • Personal access token for your organization

Installing

To install GitHub Webhook Fetcher, follow these steps:

  1. Clone the repository.
git clone https://github.com/ranesagar/github-webhook-fetcher.git
  1. Navigate to the project directory.
cd github-webhook-fetcher
  1. Install dependencies.
go mod tidy
  1. Build the executable.
go build

Usage

To use GitHub Webhook Fetcher, follow these steps:

  1. Set up your GitHub access token and organization name as environment variables.
export GITHUB_TOKEN="your_github_access_token"
export GITHUB_ORG="your_organization_name"
  1. Step 2: Run the executable.
./github-webhook-fetcher

Contributing

Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/ranesagar/github-webhook-fetcher

Acknowledgements

About

Fetches a list of webhooks in a given organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages