ayushgoel / LongShot

Notify people if they have a tag without release notes on Github (long shot it would work)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository creates a python framework to notify when your github repo has an unreleased tag.

Motivation

Many of the repositories that handle a pod (cocoapods) release a new version using a tag but forget to create a release. This becomes an issue for consumers of the pod. They are unable to understand the updates added a new version.

Usage

  1. Create a github token

  2. Create github_token.py and add following line to it

    GITHUB_TOKEN = "<Token from Github>"
  3. If you want notifications on flock, create an incoming webhook

  4. Create flock_constants.py and add following line to it

    FLOCK_MESSAGE_HOOK = "<HOOK_URL>"
  5. Update repositories.py with the repositories you want to keep an eye on.

  6. start.py is the entry point for this repository. Use python 2+ version to run it.

✌️ enjoy.

Author

Ayush Goel, ayushgoel111@gmail.com

License

LongShot is available under the MIT license. See the LICENSE file for more info.

About

Notify people if they have a tag without release notes on Github (long shot it would work)

License:MIT License


Languages

Language:Python 100.0%