Skip to main content

Download League of Legends comics for offline use

Project description

LOLComicGrabber

LOLComicGrabber is a python package aimed at making downloading the League of Legends comic books possible. I made this because I didn't want to be limited to a browser and internet connection to read one of these comics. LOLComicGrabber aims to make the League of Legends comics accessible.

Installation

Install from pip

pip install LOLComicGrabber

or install from source

git clone https://github.com/ShahriyarShawon/LOLComicGrabber.git
cd LOLComicGrabber
python setup.py install 

Usage

Download Issue 3 of Ashe Warmother

from LOLComicGrabber.ComicGrabber import LOLComicGrabber

grabber = LOLComicGrabber()
grabber.download("Warmother",3)

List one shots

from LOLComicGrabber.ComicGrabber import LOLComicGrabber

grabber = LOLComicGrabber()
for key,value in grabber.get_one_shots().items():
    print(key)

Download One Shot

from LOLComicGrabber.ComicGrabber import LOLComicGrabber

grabber = LOLComicGrabber()
grabber.download("Nami: Into the Abyss", is_series=False)

What's New?

0.0.2 - Made filename and directory names friendly for Windows

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LOLComicGrabber-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

LOLComicGrabber-0.0.3-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page