djotaku / lastfmmastodon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lastfmmastodon

Go Build and Test

Toot your weekly and/or yearly last.fm stats to Mastodon

This app is written with the assumption that you're Tooting from your own account rather than a bot account (although the steps might be similar).

{
        "lastfm":
                {
                        "key": "last.fm key",
                        "secret": "last.fm secret",
                        "username": "last.fm username"
                },
        "mastodon":
            {
                    "access_token": "Mastodon Access Token",
                    "api_base_url": "URL of your Mastodon instance",
                    "clientID": "a string",
                    "clientsecret": "a string",
            }
}

Everything should be ready to go.

About


Languages

Language:Go 100.0%