Skip to content

Instantly share code, notes, and snippets.

View fnordomat's full-sized avatar
🌴
On vacation

fnord fnordomat

🌴
On vacation
View GitHub Profile
# Will probably trigger rate limiting.
# It would be a lot smarter to mirror the whole history and then search offline.
from mastodon import Mastodon as M
from optparse import OptionParser
import sys
import re
parser = OptionParser()
parser.add_option("-a", "--api-token", dest="apitoken",