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.
- Host: GitHub
- URL: https://github.com/RudeGolems/nft-discord-cropper
- Owner: RudeGolems
- License: mit
- Created: 2021-12-07T18:45:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T18:46:55.000Z (over 3 years ago)
- Last Synced: 2024-10-28T23:33:53.855Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - RudeGolems/nft-discord-cropper - A discord bot to crop an NFT image living on the Solana blockchain. (Python)
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.