Skip to content

CLI tool for interacting with the Apillon API to manage NFT collections, upload files to storage, and manage website hosting.

Notifications You must be signed in to change notification settings

dante4rt/apillon-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apillon Bot

Overview

The Apillon Bot is a command-line interface (CLI) tool that interacts with the Apillon API to perform various tasks related to managing NFT collections, uploading files to storage, and managing website hosting. This README provides an overview of the bot, how to install and use it, and other relevant information.

Features

  • Mint NFT: Mint new NFTs by specifying the collection UUID, target address, and quantity.
  • Upload Storage: Upload files to storage by providing the bucket UUID.
  • Get Uploaded URL: Generate upload URLs for files associated with a website UUID, and end the upload session.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/dante4rt/apillon-bot.git
  2. Navigate to the project directory:

    cd apillon-bot
  3. Install dependencies:

    npm install

Usage

Before using the Apillon Bot, make sure you have obtained your authorization token from Apillon. You will be prompted to enter this token when running the bot for the first time.

To start the bot, run:

node index.js

Follow the prompts to select an action and provide any required inputs such as UUIDs, addresses, or quantities.

Configuration

You can customize the behavior of the bot by modifying the apillon.js file. Update the API endpoints, request headers, and other settings as needed.

About

CLI tool for interacting with the Apillon API to manage NFT collections, upload files to storage, and manage website hosting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published