FAST Aiming at the problems of cumbersome steps and slow download speed of GNSS data

####Introduce FAST Aiming at the problems of cumbersome steps and slow download speed of GNSS data, a relatively complete set of integrated multi-source data download terminal software fast is developed. The software contains most of the data sources required in the process of GNSS scientific research and learning. The way of parallel download greatly improves the efficiency of download. Git Software features Multi platform: Support both windows and Linux systems; Abundant Resources: It basically includes the data sources required in […]

Read more

Netflix API Metadata & Downloader for Windows and Linux

Python Netflix API Metadata & Downloader for Windows and Linux Features • Dependencies • How To Use • Community Features ❗ KEEP IN MIND THAT THIS LIBRARY IS STILL IN BETA Get Metadata (title, year, episodes, seasons…) with Shakti API Get medias (videos, audios, audio descriptions, subtitles…) Decrypt Widevine DRM protected content Automatically mux all your tracks Nice pre-made format for file names Very fast multi-connection downloads Dependencies How To Use First of all, install the library with pip install […]

Read more

Download hundreds of images from Google. Do image post processing later

This repo contains the Python script that can let you download the images from Google for the given keyword. Also, there are some additional functionalities added that can help in post-image processing. Preparing the image dataset which is not publicly available, is still a challenging task. Machine Learning Engineers need image data when building something of a Computer Vision. But due to the non-availability of the data, they are left with nothing but 2 choices – either to drop the […]

Read more

GUI/CLI Downloader App

NH-DL is (preferably) a GUI utility for downloading from a very special website.Speaking of this website, this is the perfect time for a… DISCLAIMER This tool, that is, NH-DL, is intended for use by adults who are willingly submittingthemself to the possibility that they could potentially view adult (R18) content. NH-DL is (preferably) a GUI, as well as a command-line downloading utility that offersthe ability to download from the website NHentai without an account, and with relative easeby simply typing […]

Read more

QGIS plugin to download DEMs from OpenTopography.org

QGIS plugin to dwonload DEMs from OpenTopography.org This plug-in allows you to download DEMs from OpenTopgraphy.org by specifying area extent in QGIS. The downloaded DEM wil just cover the defined extent. Extent can be defined with 1 . a Layer in the content 2 . current canvas extent 3 . user specified extent drawn on the canvas DEMs availables to donwload: SRTM 90m SRTM 30m ALOS World 3D 30m SRTM GL1 Ellipsoidal 30m Global Bathymetry SRTM15+ V2.1 Copernicus Global DSM […]

Read more

Fuzzy Retroarch thumbnail downloader

Fuzzy Retroarch thumbnail downloader In Retroarch, when you use the manual scanner to get non-standard games or hacks, thumbnails often fail to download. This program, for each game label on a playlist, downloads the ‘most similar’ image, and creates a symlink (linux) or copy (windows) to display the image in retroarch. It has several options to fit unusual game names, but you can just run it. It will ask for the CFG, playlist and system if they’re not provided. Example: […]

Read more

Flickr Downloader – A tiny Python tool can download all public photos of a user, even though they’re disabled

This tiny Python tool can download all public photos of a user, even though they’re disabled. Prerequisite We need Python Requests to scrape, BeautifulSoup to download and FlickrAPI to get photo IDs. pip install requests pip install html5lib pip install bs4 pip install flickrapi Usage There is only one feature, just run then enter the user ID: You can get the user ID from profile URLs, example 12345678N00 from: https://www.flickr.com/people/12345678N00/… https://www.flickr.com/photos/12345678N00/… This tool will try to download the largest size […]

Read more

Downloader Middleware to support Playwright in Scrapy & Gerapy

This is a package for supporting Playwright in Scrapy, also thispackage is a module in Gerapy. Installation pip3 install gerapy-playwright Usage You can use PlaywrightRequest to specify a request which uses playwright to render. For example: yield PlaywrightRequest(detail_url, callback=self.parse_detail) And you also need to enable PlaywrightMiddleware in DOWNLOADER_MIDDLEWARES: DOWNLOADER_MIDDLEWARES = { ‘gerapy_playwright.downloadermiddlewares.PlaywrightMiddleware’: 543, } Congratulate, you’ve finished the all of the required configuration. If you run the Spider again, Playwright    

Read more

Itchio Downloader Tool with python

Install pip install git+https://github.com/emersont1/itchio Download All Games in library from account python -m itchio.downloader This uses the same API the itchio app uses to download the files. If you have 2FA enabled, generate an API key here and run the following instead python -m itchio.downloader –api-key=KEYHERE Add All Games in a bundle to your library python -m itchio.downloader This is a bit of a bodge, but it works. It essentially    

Read more
1 2 3