Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 602 Bytes

File metadata and controls

15 lines (10 loc) · 602 Bytes

Mastodon follows to RSS / OPML

Takes your exported CSV of accounts you follow on Mastodon and returns both a CSV and an OPML file of their blog RSS feeds.

Installation

  1. Open terminal and navigate to the folder where you have downloaded this code
  2. Run composer install

Use

  1. Download your CSV of followed accounts from Mastodon. (Settings -> Import and Export)
  2. Run php parse-csv.php {input filename} {Mastodon instance domain} (eg php parse-csv.php input.csv mastodon.social)
  3. Wait a long time
  4. Use output.csv or output.opml to import feeds into your favorite software