Add some docs for the “save Tumblr likes” function
- ID
c6ee736- date
2024-02-11 00:16:15+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b98c0e3- message
Add some docs for the "save Tumblr likes" function- changed files
1 file, 16 additions, 1 deletion
Changed files
web/README.md (3055) → web/README.md (3467)
diff --git a/web/README.md b/web/README.md
index ba5f1e3..5ada617 100644
--- a/web/README.md
+++ b/web/README.md
@@ -36,6 +36,12 @@ scripts = [
"""
},
{
+ "name": "save_tumblr_likes.py",
+ "description": """
+ save a copy of all the posts I've liked on Tumblr to my backup drive.
+ """
+ },
+ {
"name": "scrape_really_useful_boxes.py",
"description": """
scrape the Really Useful Boxes product catalogue, so I can search for boxes in ways their website doesn't allow – in particular, by dimensions, so I can find boxes that fit into specific spaces.<br/><br/><img src="really_useful_boxes.png">
@@ -81,6 +87,15 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
</dd>
<dt>
+ <a href="https://github.com/alexwlchan/scripts/blob/main/web/save_tumblr_likes.py">
+ <code>save_tumblr_likes.py</code>
+ </a>
+ </dt>
+ <dd>
+ save a copy of all the posts I've liked on Tumblr to my backup drive.
+ </dd>
+
+ <dt>
<a href="https://github.com/alexwlchan/scripts/blob/main/web/scrape_really_useful_boxes.py">
<code>scrape_really_useful_boxes.py</code>
</a>
@@ -98,4 +113,4 @@ cog_helpers.create_description_table(folder_name=folder_name, scripts=scripts)
this is a wrapper around <a href="https://github.com/yt-dlp/yt-dlp">yt-dlp</a> that does parallel downloads of videos in playlists.
</dd>
</dl>
-<!-- [[[end]]] (checksum: 70f416e98a07e5eaaea25d6062547eb4) -->
+<!-- [[[end]]] (checksum: 0d41d07b707085af6913de92b942a152) -->