hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

Reorder the toots in the list. #24

Closed prashmohan closed 1 year ago

prashmohan commented 1 year ago

Use the scoring function to reorder the toots in the list. Show the toots with the higher score first.

hodgesmr commented 1 year ago

I like it. There's a typo with the threshold_posts variable name, but I'll patch and merge. Thanks!