Skip to content

AbyssMorgan/NGC-DEVIANTART-DOWNLOADER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The tool is used for download and sync photos from DeviantArt from selected users. The script has been calibrated to avoid spam blocks.

Requirements (Windows)

  • Operating system: Windows 7, 8, 8.1, 10, 11
  • Microsoft Visual C++ Redistributable for Visual Studio 2019
  • NGC-TOOLKIT + NGC-UTILITIES
  • Installed .ngcs script support (Run NGC-TOOLKIT as administrator then go to Help > Install .ngcs script support)

Requirements (Linux)

How to use (Windows)

  • Run DeviantArt.ngcs
  • Add user/users you need to sync (type 2 and press enter, then put links separated by space, then press enter)
  • Type 0 and press enter for fetch all new posts
  • Type 1 and press enter for start download images

How to use (Linux)

  • For run script in linux you need make .sh file with you custom path for NGC-TOOLKIT and NGC-DEVIANTART-DOWNLOADER, example:
#!/bin/bash
cd "$(dirname "$0")"
/usr/bin/php8.3 "{path_to_ngc_toolkit}/includes/script.php" "{path_to_ngc_deviantart_downloader}/DeviantArt.ngcs"
  • For auto fetch and download you can use
#!/bin/bash
cd "$(dirname "$0")"
/usr/bin/php8.3 "{path_to_ngc_toolkit}/includes/script.php" "{path_to_ngc_deviantart_downloader}/DeviantArt.ngcs" --auto

About

NGC DeviantArt Downloader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages