tosox/ModDB Addon Upload/Update
Uploads or updates an addon on ModDB using the moddb Python library
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | upload or update | yes | — |
| moddb_username | — | yes | — |
| moddb_password | — | yes | — |
| mod_url | — | no | — |
| addon_url | — | no | — |
| addon_path | — | no | — |
| thumbnail_path | — | no | — |
| name | — | no | — |
| summary | — | no | — |
| description | — | no | — |
| category | — | no | — |
| platforms | — | no | — |
| credits | — | no | — |
| tags | — | no | — |
| license | — | no | — |
| file_url | — | no | — |
Outputs
| name | description |
|---|---|
| result | Whether the addon was uploaded or updated |