So far I have created 25 separate Mastodon API capability collections, allowing me to automate common things I do with accounts, bookmarks, favorites, followers, lookups, post of statuses, searching accounts, hashtags, and statuses, timelines, trends, as well as verify my account. I'll keep building out new ones and augmenting them based upon my needs or what I hear from others. Feel free to fork and use! https://www.postman.com/api-evangelist/workspace/89a20890-1ad3-47d7-850c-51f678e1a716/overview
@kin I haven’t looked at Postman since probably 2018. Can you set up automations in it now? Could I schedule Mastodon posts with it?
@ramsey Yes you can! You can run manually using runner, schedule from different cloud regions, and use via CI/CD. I have separate environments for different accounts / instances that I pair with the collections. So I pull content from API, then post with Mastodon API to specific instance.
@kin I’ll have to check that out. Is it pretty easy to figure out how to fork your collections?