mastodon_digest icon indicating copy to clipboard operation
mastodon_digest copied to clipboard

A Python script that aggregates recent popular posts from your Mastodon timeline

Results 3 mastodon_digest issues
Sort by recently updated
recently updated
newest added

This is admittedly a *very* rough sketch, but could possibly add a build target like this to allow one to run 'make local' if they already have Python installed and...

Following local setup instructions multiple steps are failing. In case it is too complex to adapt for Windows, please consider indicating that local instructions are linux-only. ![221218-205442](https://user-images.githubusercontent.com/651760/208314408-e8723a1b-ded2-4358-a98e-02b6b3460bb6.png) ![221218-205651](https://user-images.githubusercontent.com/651760/208314409-435fca4a-8c35-41a7-a215-c77eac1f0dce.png)

Most urls in the app are parsed and constructed with string concatenation. Move that work to [urlparse](https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlparse) and [urlunparse](https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlunparse).