Script that allows to download portable installers of different versions Adobe software for macOS

Overview

What is this and for what

This is a script that allows you to download portable installers of programs from Adobe for macOS with different versions. This can help system administrators who need to install the same program from Adobe on several computers, as well as those people who do not want to use the latest version of programs from Creative Cloud.

How to use it

  1. For the script to work, the Creative Cloud application must be installed.

    • here for "offline" installer of Creative Cloud under "macOS | Alternative downloads"
  2. For the script to work, Python 3 and XCode (or XCode components) must be installed

    • just run this command xcode-select --install in terminal to install it
  3. Clone the repository git clone https://github.com/Drovosek01/adobe-packager or download files via your browser (and of course unpack archive with files)

  4. In the Finder double click on the ccdl.command file and follow the prompts in the terminal. You can also run the installer in the terminal to have it install into /Applications/Adobe\ Packager.command. Note that it needs the folder from github to remain on your system when you installed it.

  5. Be sure to keep your script updated by running git pull in the terminal where you have this cloned to.

Known issues

  • Unable to download the Adobe Acrobat installer
  • When using a link to download a v5 xml file the script crashes

To Do

  • Find a way to download Adobe Acrobat
  • Fix the script for downloading applications via xml v5
  • Find the difference between xml v5 and v4
  • Refactoring the script - split it into different files
  • Make the script fully or partially cross-platform
  • Make it possible to download all the language packs and select the language of the program during installation
  • Make interactive examples of requests for downloading an xml file in the browser

P.S. At the moment, I do not know the Python language, but I will learn it sometime and maybe do scheduled tasks. Help is always welcome.

Used code

As far as I know, this script was started by the user "ayyybe" on github gist, but then he stopped supporting the script and then the script stopped working and it was fixed by the user "thpryrchn". You can see this in the commit history.

Here are the links to the used sources:

Comments
  • Error 182 when trying to install a package

    Error 182 when trying to install a package

    I was using adobe packager to download the latest versions of PS and AI, but the installation always aborts with the error 182. The log files say that the files for en_US are missing although I downloaded the de_DE version (my Mac only uses German language). When I create another package with the en_US language files and then copy them to the de_DE package the installation works flawless. Could you maybe add an option to always include the en_US language files even if another language is selected? IT would make the whole process a little easier and faster. Thanks in advance!

    Edit: Just had another look at the contents of the packages. The installers for en_US also included the de_DE files, but not vice verso. Is there a reason for that?

    opened by itsab1989 10
  • Stuck at process completed. No sign of further prompt.

    Stuck at process completed. No sign of further prompt.

    My goal is to install Adobe Acrobat DC Pro.

    The problem is that ccdl.command stops at [process completed].

    What I've did:

    1. Download this repository. Unpack it at the download folders.
    2. CTRL+left click the ccdl.command file.
    3. Input y to prompt of Do you want to make M1 native packages (Y/n)

    The log:

    Last login: Mon Jun 20 15:02:35 on ttys000
    /Users/x/Downloads/adobe-packager-master/ccdl.command ; exit;
    x@xs-Mac-mini ~ % /Users/x/Downloads/adobe-packager-master/ccdl.command ; exit;
    python3 found!
    requests found!
    starting ccdl
    =================================
    = Adobe macOS Package Generator =
    ============= 0.1.4 =============
    
    Do you want to make M1 native packages (Y/n): y
    Downloading products.xml
    
    https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm,sti&platform=macuniversal,osx10-64,osx10&productType=Desktop
    Source URL is: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm,sti&platform=macuniversal,osx10-64,osx10&productType=Desktop
    Source URL is: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm,sti&platform=macarm64,macuniversal&productType=Desktop
    Parsing products.xml
    Traceback (most recent call last):
      File "./ccdl.py", line 662, in <module>
        runccdl()
      File "./ccdl.py", line 369, in runccdl
        products, cdn = parse_products_xml(products_xml)
      File "./ccdl.py", line 283, in parse_products_xml
        dependencies = list(
    TypeError: 'NoneType' object is not iterable
    
    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.
    
    [Process completed]
    
    opened by jasonrichdarmawan 9
  • Python errors

    Python errors

    Hi,

    I installed Xcode via xcode-select --install, Installed Adobe Creative Cloud Desktop, and cloned the repository, but when I tried to run ./ccdl.command, I get the below.

    python3 found!
    installing requests...
    Traceback (most recent call last):
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
        return _run_code(code, main_globals, None,
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code
        exec(code, run_globals)
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/__main__.py", line 16, in <module>
        from pip._internal import main as _main  # isort:skip # noqa
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/__init__.py", line 40, in <module>
        from pip._internal.cli.autocompletion import autocomplete
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py", line 8, in <module>
        from pip._internal.cli.main_parser import create_main_parser
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py", line 11, in <module>
        from pip._internal.commands import (
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/commands/__init__.py", line 6, in <module>
        from pip._internal.commands.completion import CompletionCommand
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/commands/completion.py", line 6, in <module>
        from pip._internal.cli.base_command import Command
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 26, in <module>
        from pip._internal.index import PackageFinder
    ImportError: cannot import name 'PackageFinder' from 'pip._internal.index' (/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/index/__init__.py)
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'tqdm'
    Traceback (most recent call last):
      File "/Library/Developer/CommandLineTools/usr/bin/pip3", line 6, in <module>
        from pip._internal import main
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/__init__.py", line 40, in <module>
        from pip._internal.cli.autocompletion import autocomplete
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/autocompletion.py", line 8, in <module>
        from pip._internal.cli.main_parser import create_main_parser
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/main_parser.py", line 11, in <module>
        from pip._internal.commands import (
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/commands/__init__.py", line 6, in <module>
        from pip._internal.commands.completion import CompletionCommand
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/commands/completion.py", line 6, in <module>
        from pip._internal.cli.base_command import Command
      File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 26, in <module>
        from pip._internal.index import PackageFinder
    ImportError: cannot import name 'PackageFinder' from 'pip._internal.index' (/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/index/__init__.py)
    starting ccdl
    Traceback (most recent call last):
      File "./ccdl.py", line 33, in <module>
        import requests
    ModuleNotFoundError: No module named 'requests'
    
    opened by speckz 7
  • code error 195,127 and 107

    code error 195,127 and 107

    I have a mac 10.13.6 and tried to download the oldest versions of Lightroom, premier pro and photoshop and have received all of those codes. I'm not sure what I can do to solve this please help>.<

    opened by mysteriousflower 6
  • tqdm not detcted even though installed

    tqdm not detcted even though installed

    Hello :) Im trying to run your program, but it got stuck:

    adobe-packager|master ⇒ pip install tqdm
    Defaulting to user installation because normal site-packages is not writeable
    Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
    adobe-packager|master ⇒ pip3 install tqdm
    Defaulting to user installation because normal site-packages is not writeable
    Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
    adobe-packager|master ⇒ /Applications/Adobe\ Packager.command
    python3 found!
    requests found!
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'tqdm'
    Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
    starting ccdl
    Trying to Install required module: tqdm
    
    Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
    You need tqdm!
                    install it from http://pypi.python.org/pypi/tqdm
                    or run: pip3 install tqdm.
    

    Am i doing something wrong here? Python3 is installed via brew, maybe thats the issue?

    opened by pavelloz 6
  • Just a Thank you

    Just a Thank you

    Hi @Drovosek01

    No issue. Just a message to thank you for taking the initiative to gather up this script into a new project, and for adding an excellent readme.md. I've been tracking this script across its various iterations since it emerged via ayyybe, and it's great to see the current working version now has a good home.

    Be well ...

    Thanks 
    opened by inspiredearth 6
  • Failed with error code 103 - json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

    Failed with error code 103 - json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

    Creating Install PHSP_22.5.1-es_ES-macarm64.app on MacBookPro18,2 When running the installer it raises "Failed with error code 103" Looking back to the terminal window where the file was created one can read:

    ` sapCode: PHSP version: 22.5.1 installLanguage: es_ES dest: /Users/romar/Downloads/Install PHSP_22.5.1-es_ES-macarm64.app [{'sapCode': 'PHSP', 'version': '22.5.1', 'buildGuid': '55a47fbd-a836-4fd3-995d-33d2d277b29b'}, {'sapCode': 'ACR', 'version': '9.6', 'buildGuid': '3fc409fc-c3fa-11e9-b9c5-12148b63a89a'}, {'sapCode': 'COCM', 'version': '1.0', 'buildGuid': '3fc3cb53-c3fa-11e9-b9c5-12148b63a89a'}, {'sapCode': 'COSY', 'version': '2.4.1', 'buildGuid': '3fcf9f00-c3fa-11e9-b9c5-12148b63a89a'}, {'sapCode': 'CORG', 'version': '1.0', 'buildGuid': '3fc3cf0a-c3fa-11e9-b9c5-12148b63a89a'}, {'sapCode': 'CORE', 'version': '1.0', 'buildGuid': '3fc3d387-c3fa-11e9-b9c5-12148b63a89a'}, {'sapCode': 'COPS', 'version': '1.0', 'buildGuid': '3fc3df37-c3fa-11e9-b9c5-12148b63a89a'}]

    Creating Install PHSP_22.5.1-es_ES-macarm64.app .: replacing existing signature

    Preparing...

    [PHSP_22.5.1] Downloading application.json [PHSP_22.5.1] Creating folder for product [PHSP_22.5.1] Saving application.json

    [ACR_9.6] Downloading application.json Traceback (most recent call last): File "./ccdl.py", line 655, in runccdl() File "./ccdl.py", line 546, in runccdl app_json = get_application_json(p['buildGuid']) File "./ccdl.py", line 321, in get_application_json return json.loads(r(ADOBE_APPLICATION_JSON_URL, headers)) File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

    Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.

    [Proceso completado] `

    Any thoughts?

    opened by aromart 4
  • Suddenly started getting a network error out of nowhere

    Suddenly started getting a network error out of nowhere

    Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 438, in _error_catcher yield File "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 519, in read data = self._fp.read(amt) if not fp_closed else b"" File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 462, in read n = self.readinto(b) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 506, in readinto n = self.fp.readinto(b) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1241, in recv_into return self.read(nbytes, buffer) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1099, in read return self._sslobj.read(len, buffer) ConnectionResetError: [Errno 54] Connection reset by peer

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 753, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): File "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 576, in stream data = self.read(amt=amt, decode_content=decode_content) File "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 541, in read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/contextlib.py", line 137, in exit self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.9/site-packages/urllib3/response.py", line 455, in _error_catcher raise ProtocolError("Connection broken: %r" % e, e) urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(54, 'Connection reset by peer')", ConnectionResetError(54, 'Connection reset by peer'))

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "/Users/yes/Documents/adobe-packager/./ccdl.py", line 634, in runccdl() File "/Users/yes/Documents/adobe-packager/./ccdl.py", line 589, in runccdl for data in response.iter_content(block_size): File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 756, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(54, 'Connection reset by peer')", ConnectionResetError(54, 'Connection reset by peer')) 44%|████████████████▊ | 785M/1.77G [00:31<00:39, 24.7MiB/s]

    Saving session...completed.

    [Process completed]

    opened by nico671 4
  • Error happen when trying to download Photoshop and Illustrator

    Error happen when trying to download Photoshop and Illustrator

    However, it doesn't happen when I download Premiere Pro and After Effect through the script.

    Traceback (most recent call last):
      File "./ccdl.py", line 615, in <module>
        runccdl()
      File "./ccdl.py", line 551, in runccdl
        if ((not pkg.get('Condition')) or installLanguage in pkg['Condition'] or oslang in pkg['Condition']):
    TypeError: 'in <string>' requires string as left operand, not NoneType
    
    Saving session...
    ...copying shared history...
    ...saving history...truncating history files...
    ...completed.
    
    opened by gungkrisna 4
  • No module named 'requests'

    No module named 'requests'

    When attempting to run the packager, I get the following issue:

    Traceback (most recent call last): File "./ccdl.py", line 33, in import requests ModuleNotFoundError: No module named 'requests' Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.

    [Process completed]

    I have tried manually installing the 'requests' module from here, but this doesn't seem to have had any effect.

    opened by wimstrydom 4
  • error 182 while installing

    error 182 while installing

    For those of you getting an error 182 while trying to install, check the log file. Open terminal, and type:

    sudo nano /Library/Logs/Adobe/Installers/Install.log

    go to the end of the file and check for errors. I had downloaded the en_US file but somehow the installer was trying to install pt_BR which is my default OS language. I then downloaded the pt_BR and it worked. I also copied the missing file inside the en_US Contents, like the log said, and it installed both en_US and pt_BR versions.

    opened by sergiobaiao 4
  • Failed with error code 182

    Failed with error code 182

    Download AEFT 23.1 on mac M1 native and it always fails with error 182. My native os language is english canada but using en_US for both or en_GB doesnt work. I reinstalled cc but no solution

    opened by noreticence 0
  • Adobe InDesign damaged and can't be opened

    Adobe InDesign damaged and can't be opened

    A pop up window shows up when I open Indesign saying "“Adobe InDesign 2020” is damaged and can’t be opened. You should move it to the Bin.".

    How can I resolve this issue?

    opened by nicsg99 1
  • osacompile: no such component

    osacompile: no such component "JavaScript".

    Had this bug when I launched ccdl.command after indicating my choices, at the time it tried to download:

    Creating Install PHSP_22.5.1-en_US-osx10-64.app
    osacompile: no such component "JavaScript".
    Traceback (most recent call last):
      File "./ccdl.py", line 665, in <module>
        runccdl()
      File "./ccdl.py", line 542, in runccdl
        shutil.copyfile(icon_path, os.path.join(install_app_path,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/shutil.py", line 261, in copyfile
        with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
    FileNotFoundError: [Errno 2] No such file or directory: '/Users/gemp/Downloads/Install PHSP_22.5.1-en_US-osx10-64.app/Contents/Resources/applet.icns'
    logout
    

    Solved it by deleting ~/Library/Components/Script Debugger.component (source)

    opened by gemp 0
  • Resume Downloads

    Resume Downloads

    Often a package will hang while downloading. I have left the script running overnight, but the progress will never continue. When this happens the download has not stopped - for example, the current package has hung and the speed is stuck a ts 4.55MiB/s, not 0MiB/s.

    The only way to fix this is to kill the script and start over, but the downloads start from the beginning. Is would it be possible to resume a failed download?

    opened by Adam-0-Moore 0
  • Downloading products.xml

    Downloading products.xml

    It block on either y or n

    Do you want to make M1 native packages (Y/n): n Downloading products.xml

    https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm,sti&platform=macuniversal,osx10-64,osx10&productType=Desktop Source URL is: https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm,sti&platform=macuniversal,osx10-64,osx10&productType=Desktop

    opened by khalilbnzz 0
  • could not detect lanuage

    could not detect lanuage

    Please enter the your OS Language, or nothing for [en_US]:
     Could not detect your default Language for MacOS.
    
    

    even if I enter the language manually it shows the same error

    Feedback Needed 
    opened by Privatexoxo 1
Owner
null
Jocomol 16 Dec 12, 2022
A Python script that allows you to download all of an anime's episodes at once.

BitAnime A Python script that allows you to download all of an anime's episodes at once. · Download executable version · About BitAnime BitAnime is a

sh1nobu 17 Aug 10, 2022
This simple Python script allows you to download songs on Telegram🌸❤️😁

SongsDownloaderTgBot ?? YouTube Song Downloader Bot For Telegram ?? 3X Fast Telethon Based Bot ⚜ Open Source Bot ????‍?? Demo : ?????????? - ?????????

Sehath Perera 23 Dec 3, 2022
Python software to download videos from Tiktok without rights

download-video-tiktok Python software to download videos from Tiktok without rights to install pip install requests Follow us telegram : https://t.me

muntazir halim 1 Oct 28, 2021
Download minecraft head or skin, allows TLauncher accounts

Minecraft-skin-downloader Download minecraft head or skin, allows TLauncher accounts by BoBkiNN_ Contact: https://vk.com/bobkinnvk Requirements: Modul

null 3 Apr 3, 2022
Download minecraft head or skin, allows TLauncher accounts

Download minecraft head or skin, allows TLauncher accounts

null 1 Dec 30, 2021
The tool allows to download a list of tiktok sounds

dependencies: pip install requests how to use LAUCH THE PROGRAM file (option f)

carpal 3 Jan 21, 2022
apkizer is a mass downloader for android applications for all available versions.

apkizer apkizer collects all available versions of an Android application from apkpure.com Purpose Sometimes mobile applications can be useful to dig

Kamil Onur Özkaleli 41 Dec 16, 2022
Python script designed to search and fetch direct download links from nxbrew.com

SwitchGamesDownloader Only for windows nxbrew.com is a website, accessible only using a proxy, where the majority of games for the Nintendo Switch are

Backend 91 Dec 28, 2022
Python script to download all images/webms of a 4chan thread

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation

Micha Fink 208 Jan 4, 2023
Simple python script to download .mp3 formatted files from YouTube video URLs

Introduction: Simple python script to download .mp3 formatted files from YouTube video URLs Requirements: Requires: youtube_dl module Requires: ffmpeg

Pat 2 Aug 18, 2022
Python script to download entire campaign images and navigation.

Squidle campaign downloader Python script to download entire campaign images and navigation. usage: squidle_campaign_downloader.py [-h] [--api-token A

Miquel Massot 2 Nov 17, 2021
This is a simple Python Script to download Imgur Pictures with the short url!

Imgur Downloader This is a simple Python Script that runs a process with progress bar that downloads an Imgur Picture! Code Example Features Progress

OGMatrix 1 Nov 18, 2021
A simple Python +3.x script to download videos from Facebook.

Facebook Video Downloader A simple Python +3.x script to download videos from Facebook posts

Kerolos Atef Saber 1 Dec 3, 2021
A manga download script written in python.

manga-dlp python script to download mangas Description A manga download script written in python. It only supports mangadex.org for now. But support f

Ivan Schaller 15 Nov 28, 2022
Python script to download (TCR) genes from IMGT/GENE-DB

IMGTgeneDL 0.1.0 Jamie Heather | CCR @ MGH | 2021 This script provides an alternative way to access TCR and IG genes stored in IMGT/GENE-DB. It's prim

Jamie Heather 1 Mar 30, 2022
The sole purpose of this script is to download any NFT collection from OpenSea

OpenSea NFT Stealer The sole purpose of this script is to download any NFT collection from OpenSea. Setup Prerequisites: Python 3 Python requests libr

Phillip 9 Sep 4, 2022
Simple Python script to download images and videos from public subreddits without using Reddit's API 😎

Subreddit Media Downloader Download images and videos from any public subreddit without using Reddit's API Made with ❤ by Nico ?? About: This script a

Nico 106 Jan 7, 2023
Download your bandcamp collection using this python script.

bandcamp-downloader Download your Bandcamp collection using this python script. It requires you to have a browser with a logged in session of bandcamp

null 72 Dec 20, 2022