What is the best way of mirroring twitter accounts?
I found a couple of art accounts on twitter I like. I want to move them into a single mastodon account.
Right now I'm in depths of writing bot converting between nitter rss and Mastodon.py.
The only downside -- I can't find a way to mirror threads in nitter rss.
Apparently I need to find just the right hack to get access to a simulacrum of twitter api that is not actually twitter api, because twitter api sucks.
nitter_scraper -- https://nitter-scraper.readthedocs.io/en/latest/examples/
Looks like a good candidate, but the number of abstraction layers used to make this work, makes my head spin.