Skip to content

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

License

Notifications You must be signed in to change notification settings

adamghill/fediview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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