Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1007 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 1007 Bytes

fediview

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

Setup

  1. Install uv
  2. cp .env.example .env and update the values in .env
  3. uv sync --no-install-project

Run website

  1. uv run --no-project python manage.py runserver 0:8777
  2. Go to localhost:8777 in your browser

Run background worker

  1. uv run --no-project python manage.py qcluster

Acknowledgements