fediview icon indicating copy to clipboard operation
fediview copied to clipboard

Get a digest of popular posts and boosts from your Mastodon (fediverse) timeline.

fediview

Get a digest of popular posts and boosts from your Mastodon (fediverse) timeline.

Run

  1. Install poetry
  2. cp .env.example .env and update the values in .env
  3. poetry install
  4. poetry run python manage.py 0:8777
  5. Go to localhost:8777 in your browser

Acknowledgements

  • Uses a fork of https://github.com/hodgesmr/mastodon_digest for the actual algorithm
  • Uses some code from https://github.com/mauforonda/mastodon_digest for HTML/CSS styling of posts
  • mastodon.py to interact with mastodon
  • Marx for classless CSS
  • Unicorn for the SPA feelings
  • coltrane to render markdown easily
  • Django for everything else