I once wrote a script with #tweepy to figure out how much the people I followed talked. It was very useful when I felt like my timeline was too crowded, giving me more information about who was filling it (or rather, hard data instead of just intuition).
I’d love to put something together for #Mastodon now, because I’m running into a similar problem. Is there a good tweepy alternative, or other tools for this?
Twitter also loved to throttle; do I need to worry about this with Mastodon, too?
Je viens de désactiver la maj de mes bots #Twitter->#Mastodon réalisés avec https://framagit.org/tuxicoman/twitter2mastodon #tweepy
Forked from Tweepy repo, I've made a rough foundation of tweepy-mastodon library. I implemented basic helper methods to adopt Mastodon.py's dict into the tweepy's User and Status data structure. Now it can fetch the first object `verify_credentials` (a.k.a. `me`) with the almost same interface as Tweepy and Mastodon API. I'm going to migrate the posting API and timeline API next! 🐘
https://github.com/shuuji3/tweepy-mastodon
#tweepy #TwitterAPI #MastodonAPI #MastodonPy #MastodonMigration #TwitterMigration
🐘 tweepy-mastodon: [experimental] Mastodon API library with Tweepy interface - GitHub - shuuji3/tweepy-mastodon: 🐘 tweepy-mastodon: [experimental] Mastodon API library with Tweepy interface