2022-12-19 16:03:23 +01:00
2022-12-18 10:55:55 +01:00
2022-12-18 17:44:52 +01:00
2022-12-18 17:35:01 +01:00
2022-12-18 09:05:18 +01:00
2022-12-17 19:29:05 +01:00
2022-12-17 19:29:05 +01:00
2022-12-17 19:29:05 +01:00
2022-12-19 16:03:23 +01:00
2022-12-18 08:45:46 +01:00
2022-12-18 10:51:55 +01:00
2022-12-18 10:55:55 +01:00
2022-12-18 17:32:06 +01:00
2022-12-18 10:52:13 +01:00

Simple script to find out if Twitter accounts one is following are on Mastodon. Identifying mastodon handles from Twitter accounts' bio, adding them to a CSV file, uploading that file to Dropbox and then answering with a link to a shared Dropbox file.

To run this you'll need:

When you have created a bot accound and got your keys for Twitter and Dropbox API, and Python on installed, run

pip install -r requirements.txt

and then twitterbot.py. This will set up a json-file with credentials (config.json) and start the bot.

Please keep in mind that Twitter tends to lock down anything related to Mastodon when you're writing your bio and tweets. I didn't in my first attempt...

Description
Find the Mastodon usernames of the people you're following on Twitter.
Readme 57 KiB
Languages
Python 99.7%
Makefile 0.3%