Metadata-Version: 2.1
Name: lparchive2epub
Version: 1.0.0
Summary: 
Author: Arwalk
Author-email: siragentprovocateurarwalk@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
Requires-Dist: ebooklib (>=0.18,<0.19)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Description-Content-Type: text/plain

= lparchive2pub

this tool (and library) aims at helping people extracting full epubs of Let's Plays from https://lparchive.org/

[source]
----
usage: lparchive2epub [-h] URL OUTPUT_FILE

A tool to transform a Let's Play from lparchive.org to epub format.

positional arguments:
  URL
  OUTPUT_FILE

options:
  -h, --help   show this help message and exit
----

The repository also contains the script `util/all_archives.py` that tries to scrape all LPs from lparchive.

== Requirements

=== Dev

Poetry, python 3.12

== Users

python 3.12

== Known limitations

- Similar images present in multiple pages in the let's play are duplicated, bloating the file. Though recurring images are usually smileys, so not too big.
- Links to images are not properly saved.
- LPs that are mostly link to YouTube videos are not very interesting to transform to epub
- Some LPs completely fail to be downloaded.
