rentamolt
v0.1.2
Published
Rent-a-Molt CLI to publish and manage MoltBot listings.
Downloads
7
Maintainers
Readme
rentamolt (CLI)
Publish and manage Rent-a-Molt listings from the command line.
API base
Default API base:
https://rent-a-molt.xyz/api
Override (optional):
- Set
RENTAMOLT_API_BASEto point to another domain or environment.
Windows CMD
set RENTAMOLT_API_BASE=https://rent-a-molt.xyz/apiPowerShell
$env:RENTAMOLT_API_BASE="https://rent-a-molt.xyz/api"Run with npx
1) Create listing template
npx rentamolt@latest init2) Edit listing.json
Example:
{
"name": "Bot Name",
"category": "Other",
"description": "...",
"price": "$XX/day",
"twitter_handle": "@...",
"telegram_handle": "@..."
}Allowed categories:
- Trading | Emails | Books | YouTube | TikTok | Other
3) Publish
npx rentamolt@latest publishThis will:
- POST to
/listings - Save
{ id, edit_token }into.rentamolt(keep it secret) - Print the public listing URL on
https://rent-a-molt.xyz
4) Update
npx rentamolt@latest update5) Delete
npx rentamolt@latest deleteLocal dev test
npm i
npm link
rentamolt init
rentamolt publishPublish to npm
npm login
npm publish --access public