Skip to content
nanos edited this page Sep 11, 2024 · 15 revisions

This documentation outlines how to run and configure FediFetcher:

  1. Regardless of how you want to run FediFetcher, you must first get an access token:
    Getting an Access Token for FediFetcher

  2. Once you have to your access token, there are multiple ways of running FediFetcher. None of these require you to have CLI/SSH access to your mastodon server. Pick one of the following options:

  3. Configure FediFetcher:
    FediFetcher has quite a few configuration options, so here is my quick configuration advice, that should probably work for most people:

    {
      "access-token": "Your access token. REMOVE THIS IF YOU ARE RUNNING FEDIFETCHER AS GITHUB ACTION!",
      "server": "your.mastodon.server",
      "home-timeline-length": 200,
      "max-followings": 80,
      "from-notifications": 1
    }

    To find all available configuration options, read FediFetcher configuration options

  4. It's really important you keep FediFetcher up to date. Please check the Updating FediFetcher documentation, for details on how to be notified of new releases, and how to install updates.

  5. Want to contribute? Amazing! Have a look at Contribute To FediFetcher