issues
search
bitcoinsearch
/
summarizer
Generation of easily accessible summarization feeds for public consumption
MIT License
5
stars
5
forks
source link
Today in Bitcoin/LN history snippet on homepage
#36
Closed
urvishp80
closed
11 months ago
urvishp80
commented
12 months ago
There two fields are as follows:
“random_flashback_posts”:
selected random doc from the dataframe of all docs using df.sample(n=1)
check if this selected entire thread has more than 5 replies
if yes, add it to the list else randomly select another thread, max docs to collect = 2
“today_in_history_posts”:
get today’s date and month
fetch all the docs that have been published on this date-month
check if it is an original post. if yes, add it to the list
basically this will get only the original posts that were created on this date and not the replies.
There two fields are as follows:
“random_flashback_posts”:
“today_in_history_posts”: