https://github.com/fspv/opensea-upload
Script automating pictures upload to Opensea
https://github.com/fspv/opensea-upload
Last synced: about 2 months ago
JSON representation
Script automating pictures upload to Opensea
- Host: GitHub
- URL: https://github.com/fspv/opensea-upload
- Owner: fspv
- Created: 2022-06-04T19:06:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T19:06:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T12:16:30.369Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
git clone https://github.com/maximedrn/opensea-automatic-bulk-upload-and-sale.git
virtualenv -p python3 venv
. venv/bin/activate
pip install -r opensea-automatic-bulk-upload-and-sale/requirements.txtmkdir assets data
```Put files into images dir, with jpg extension
```
python generate_upload_list.py --output data/test.json --source-dir images/
python opensea-automatic-bulk-upload-and-sale/main.py
```