Skip to content

Commit

Permalink
Republish feed
Browse files Browse the repository at this point in the history
  • Loading branch information
richardr1126 committed Dec 4, 2024
1 parent 72ba63e commit c4fa148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion publish_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4fa148

Please sign in to comment.