GitHub Installer plugin for PyPlanet — install plugins directly from GitHub.
- Install plugins from GitHub repos with
/ghinstall owner/repo - Install from direct zip URLs
- List, remove, and update installed plugins
- Auto-detects
mainormasterbranch
/ghinstall tomekdot/pyplanet-github-installer
- Clone or download this repository
- Place the
github_installerfolder inside your PyPlanet instance'sapps/directory - Add
'apps.github_installer'toAPPS['default']insettings/apps.py - Restart PyPlanet
| Command | Description |
|---|---|
/ghinstall <user>/<repo> |
Install a plugin from GitHub |
/ghinstall <url.zip> |
Install from a direct zip URL |
/ghlist |
List GitHub-installed plugins |
/ghremove <name> |
Remove a GitHub-installed plugin |
/ghupdate <name> |
Update (re-download) a GitHub plugin |
- Downloads
main.zip(ormaster.zip) from GitHub - Extracts to
apps/<repo_name>/ - Saves manifest in
apps/github_plugins.json - After restart, PyPlanet loads the plugin
- PyPlanet ≥ 0.11
- Python 3.8+
MIT-0