Home
Softono
fediview

fediview

Open source MIT Python
58
Stars
4
Forks
0
Issues
2
Watchers
1 year
Last Commit

About fediview

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

Platforms

Web Self-hosted

Languages

Python

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