Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeschenes committed Jul 25, 2023
1 parent 3b7d57c commit 10a4b1c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ Fork and update to Walter-o's original code.
Thanks to Walter-o for putting this together.
Update to the original code:
Fixed the downloadUrl to reflect the recent changes to the lexaloffle.com BBS.
used regex to extract the cart file link.

A tool that can download all uploaded pico8 cart files.<br><br>
During the scrapping process to look for the URL for the cart, I also have it grabbing rhe <TITLE> and apending it
to the begining of the file name. This really helped with the carts with 4233454.p8.png as a name.
Added verbose logging to a text file to catch errors and to see the last cartID downloaded.

To add:
I want to add a "resume" function so it will start with the last cartID it downloaded and continue on.


Install Process:

Step 1: Have python and pip installed<br>
Step 2 (optional): open a virtual environment<br>
Step 3: <code>pip install requirements.txt</code><br>
Expand Down

0 comments on commit 10a4b1c

Please sign in to comment.