STORY
How can I get most liked posts in nostr with custom filters?
AUTHOR
Joined 2023.09.19
PROJECT
DATE
VOTES
sats
COMMENTS

How can I get most liked posts in nostr with custom filters?

We want to be able to fetch events with certain filters:

Requirements:

  • Is most liked/Zapped/Commented-On in certain duration(should be configurable like 6 hours, 1 day etc).

  • Have media content in them. ✅ (It's done.)

  • Has custom filters in title. ex: filters = ["meme", "memestr", "funny"] should fetch all posts which has ["meme", "memestr", "funny"] in title. ✅ (It's done.)

Thank you.