Skip to content

Instantly share code, notes, and snippets.

View goranopacic's full-sized avatar

Goran Opacic goranopacic

View GitHub Profile
@goranopacic
goranopacic / main.py
Last active December 22, 2022 19:23 — forked from miketheman/main.py
Add a bunch of AWS Heroes (and some other folks, too) to a Mastodon list.
"""
Add users to a Mastodon instance list.
Uses https://mastodonpy.readthedocs.io/
"""
from os import environ
from pathlib import Path
from mastodon import Mastodon
from mastodon.errors import MastodonNotFoundError, MastodonServiceUnavailableError