Forklift is a super simple python script to help you upload to IPFS quickly and easily
Create an input directory, as well as a file called config.json
go to pinata.cloud and register an account. Then, copy your API key and secret. you'll need them for configuration
{
"api_key": "PINATA_API_KEY",
"secret": "PINATA_API_SECRET",
"input": "INPUT_DIRECTORY"
}