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

Allow consolidation of toots and boosts. #22

Closed prashmohan closed 1 year ago

prashmohan commented 1 year ago

Adds a command line option to consolidate toots and boosts into a single section without distinguishing between them.

prashmohan commented 1 year ago

This PR doesn't change that, but it does change how they're presented -- in one consolidated list.

I think this was addressed by https://github.com/hodgesmr/mastodon_digest/pull/24.

a couple things before we can continue

Addressed both.

hodgesmr commented 1 year ago

This PR doesn't change that, but it does change how they're presented -- in one consolidated list.

I think this was addressed by #24.

I don't believe so. Step 2 of the algorithm scores and selects the Posts and Boosts independently of one another.

hodgesmr commented 1 year ago

Given the concerns above, I don't believe this should be merged.