aaronduce / lineage-downloader

A downloader that utilises the Lineage API for acquiring LineageOS for devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lineage-downloader


A downloader that utilises the Lineage API for acquiring LineageOS for devices.

This is a tweaked version of u/meganukebmp's version, but with some SSL changes integrated to compensate for some of the ways that SSL and caching works in relation to Lineage's API server.

The new version now caches the SSL from the first API request to prevent crashes later on due to invalid SSL errors.

Usage

To use the program, provide the devices.txt file with device names that you are looking to download, and change the version number to the one you want, then run the LineageDownloader.py script.

This program relies on Python 3 and will not work on Python 2.

About

A downloader that utilises the Lineage API for acquiring LineageOS for devices.


Languages

Language:Python 100.0%