From c4fa148274d3807b18d612e4f83a16c89194dc20 Mon Sep 17 00:00:00 2001 From: richardr1126 Date: Tue, 3 Dec 2024 23:57:50 -0700 Subject: [PATCH] Republish feed --- README.md | 4 ++-- publish_feed.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3d3a59..0a7f986 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ > This project builds upon the original Python feed generator by [@MarshalX](https://github.com/MarshalX). +For more details on the official feed generator, refer to the [Bluesky Social Feed Generator Overview](https://github.com/bluesky-social/feed-generator#overview). + ## Features - The generator offers custom filtering using SQLite and regular expressions to identify Cosmere-related content. @@ -19,8 +21,6 @@ - Will run on **0.5 CPU**, **0.5 GB RAM**. > **Note:** Posts are only kept for 3 days, and trending posts are calculated based on interactions within the last 24 hours. -For more details, refer to the [Bluesky Social Feed Generator Overview](https://github.com/bluesky-social/feed-generator#overview). - ## Filters The feed generator uses the following filters to curate content: diff --git a/publish_feed.py b/publish_feed.py index 96da8dc..8378905 100755 --- a/publish_feed.py +++ b/publish_feed.py @@ -30,7 +30,7 @@ # (Optional) A description of your feed # Ex: Top trending content from the whole network -DESCRIPTION: str = "Realtime gateway into discussion being had about the Cosmere by Brandon Sanderson. #Stormlight #Mistborn\n\nCosmere feed is a mix of chronological and trending cosmere posts. Be careful for spoilers!\n\nCode @ https://github.com/richardr1126/cosmere-feed-bsky" +DESCRIPTION: str = "Realtime gateway into discussion being had about the Cosmere by Brandon Sanderson. #Stormlight #Mistborn\n\nCosmere feed is a mix of chronological and trending cosmere posts. Be careful for spoilers!\n\nCode @ https://github.com/richardr1126/cosmere-feed-bsky?tab=readme-ov-file#filters" # (Optional) The path to an image to be used as your feed's avatar # Ex: ./path/to/avatar.jpeg