Home
Softono

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

Need Help Installing Fediview?

We provide expert installation service for this software. Our team will install, configure, and secure Fediview on your server. plans start at just $30.

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