Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

shortthirdman/SantaBantaDownloader

Repository files navigation

SantaBanta Bulk Downloader

GitHub issues GitHub GitHub Pipenv locked Python version Codacy Badge

Prerequisites

  • Python 3.8
  • Microsoft VS Code/PyCharm/Anaconda
  • Box Drive Account
  • Kloudless Account

Installation

pip install -r requirements.txt --no-cache-dir

pylint -f colorized <file-name>.py --disable=W

python -B main.py
[Environment]::SetEnvironmentVariable("PYTHONDONTWRITEBYTECODE", "1", "Machine")
[Environment]::SetEnvironmentVariable("PIPENV_VENV_IN_PROJECT", "1", "Machine")

$env:FLASK_APP = "main"

$env:FLASK_ENV = "development"

$env:EXPLAIN_TEMPLATE_LOADING = $True

$env:TEMPLATES_AUTO_RELOAD = $True

$env:APPLICATION_ROOT = ""

flask run

Resources