This repository creates a python framework to notify when your github repo has an unreleased tag.
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.
-
Create
github_token.py
and add following line to itGITHUB_TOKEN = "<Token from Github>"
-
If you want notifications on flock, create an incoming webhook
-
Create
flock_constants.py
and add following line to itFLOCK_MESSAGE_HOOK = "<HOOK_URL>"
-
Update
repositories.py
with the repositories you want to keep an eye on. -
start.py
is the entry point for this repository. Use python 2+ version to run it.
✌️ enjoy.
Ayush Goel, ayushgoel111@gmail.com
LongShot is available under the MIT license. See the LICENSE file for more info.