Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bastelfreak/github-bulk-integrations
A couple of quick scripts I wrote to bulk-add integrations (into slack), and to bulk-delete some slack (and hipchat) integrations
https://github.com/bastelfreak/github-bulk-integrations
Last synced: about 1 month ago
JSON representation
A couple of quick scripts I wrote to bulk-add integrations (into slack), and to bulk-delete some slack (and hipchat) integrations
- Host: GitHub
- URL: https://github.com/bastelfreak/github-bulk-integrations
- Owner: bastelfreak
- License: mit
- Created: 2017-10-26T19:30:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T20:06:19.000Z (about 7 years ago)
- Last Synced: 2024-10-19T22:12:58.350Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-bulk-integrations
A couple of quick scripts I wrote to bulk-add integrations (into slack), and to bulk-delete some slack (and hipchat) integrations. The Slack side of the integration will need to already exist (for a given channel) before you can use this.See pydoc and / or '-h' output for more information on usage. The tools expect a file called <~/.github_token> containing only a github authentication token.
These are provided on a best-effort basis in case they're helpful for someone else, with or without adaption.
They require the 'requests' module (and, 'argparse' for github_find_stale_integrations.py), and were tested on Python 2.7.x, though should work with 2.6 or later.