An open API service indexing awesome lists of open source software.

https://github.com/RudeGolems/nft-discord-cropper

A discord bot to crop an NFT image living on the Solana blockchain.
https://github.com/RudeGolems/nft-discord-cropper

Last synced: 2 months ago
JSON representation

A discord bot to crop an NFT image living on the Solana blockchain.

Awesome Lists containing this project

README

        

# NFT Discord Cropper
This discord bot crops an NFT in your set measures by getting it through the .cache file which has been used to make a candy machine. It is being used in the Rude Golems server.
Feel free to use it for your own project.

**Features**
* Cropping in your custom measures
* No need to store any NFT when cropping

## Getting Started
Ensure you have [Python](https://www.python.org/downloads/) installed
Install PIP if you haven't yet
```
python get-pip.py
```
Install Pillow
```
pip install pillow
```
Install Discord
```
pip install discord
```
Install Requests
```
pip install requests
```

Please view the file to understand the usage and logic of the bot.