Skip to content

RajaFaizanNazir/bulk_IPFS_pin_differentCID

Repository files navigation

bulk_IPFS_pin

Testing on

  • Ubuntu
  • Windows 11

Pre Req

  • Python
  • Pip (Package manager of Python)

If python is not installed in your Windows machine, click on install_python.bat

Linux's folks already know how to install python ;p

Clone repo

git clone https://github.com/RajaFaizanNazir/bulk_IPFS_pin.git

Move to the directory

cd bulk_IPFS_pin

paste all images in the 'images' and 'jsons' folder in the data folder

File Structure

.
├── main.py
├── requirement.txt
├── constants/
│     └──── env.json
├── data/
│     ├──── images/
│     │        └───── img1.png
│     │
│     └──── jsons/
│              └───── img1.json
└── README.md

If you want to give path of another parent folder(images, and jsons), replace 'parentFolder' in env.json in constants with an absolute path

Install all pre req libraries of python

pip install -r requirements.txt

Run python script

python3 main.py

or just run.bat

If you want to change the constants from GUI

python3 change_constants_GUI.py

or just change_constants.bat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published