Skip to content

Make Changes before upload

excludedBittern8 edited this page Feb 18, 2023 · 5 revisions

You can run edit mode to customize a previous upload config(yml)

additionally you can edit the string that is used for uploading manually, using a template string

Activate virtualenv

Before running edit mode make sure that the virtualenv is active

You must be in empuploader folder

Linux

source env/bin/activate

Windows

.\env\Scripts\activate

Edit Mode

To get a cookie file see: https://github.com/excludedBittern8/empuploader/wiki/Cookies

Examples

  1. Normal Example
empuploader.py --output folder  --cookie mycookie edit 
  1. Template Example
empuploader.py --output folder  --cookie mycookie edit --template templatepath

For more details about commands/args:

https://github.com/excludedBittern8/empuploader/wiki/commands-and-args

Clone this wiki locally