Takes your exported CSV of accounts you follow on Mastodon and returns both a CSV and an OPML file of their blog RSS feeds.
- Open terminal and navigate to the folder where you have downloaded this code
- Run
composer install
- Download your CSV of followed accounts from Mastodon. (Settings -> Import and Export)
- Run
php parse-csv.php {input filename} {Mastodon instance domain}
(egphp parse-csv.php input.csv mastodon.social
) - Wait a long time
- Use
output.csv
oroutput.opml
to import feeds into your favorite software